From 4adf3590f897bf86aeec7d576158d9143b89edf1 Mon Sep 17 00:00:00 2001 From: AdisakKanthawilang Date: Fri, 2 Feb 2024 12:52:49 +0700 Subject: [PATCH] fix tags --- src/controllers/PosExecutiveController.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controllers/PosExecutiveController.ts b/src/controllers/PosExecutiveController.ts index 94933b72..3e360b45 100644 --- a/src/controllers/PosExecutiveController.ts +++ b/src/controllers/PosExecutiveController.ts @@ -20,7 +20,7 @@ import HttpError from "../interfaces/http-error"; import { CreatePosMaster, PosMaster } from "../entities/PosMaster"; import { Position } from "../entities/Position"; @Route("api/v1/org/pos") -@Tags("Position") +@Tags("PosExecutive") @Security("bearerAuth") @Response( HttpStatusCode.INTERNAL_SERVER_ERROR,