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,