diff --git a/src/controllers/user.ts b/src/controllers/user.ts index 4f99695..d965b0b 100644 --- a/src/controllers/user.ts +++ b/src/controllers/user.ts @@ -20,6 +20,7 @@ export class UserController { static async list(req: Request, res: Response, next: NextFunction): Promise { /* #swagger.tags = ['User'] + #swagger.security = [{ "bearerAuth": [] }] #swagger.parameters['filter'] = { description: 'Filter with 2 format : ', in: 'query', @@ -147,6 +148,7 @@ export class UserController { static async export(req: Request, res: Response, next: NextFunction): Promise { /* #swagger.tags = ['User'] + #swagger.security = [{ "bearerAuth": [] }] #swagger.parameters['filter'] = { description: 'Filter with 2 format : ', in: 'query',