update table role

This commit is contained in:
2024-11-29 13:14:52 +07:00
parent d5a2a3ef1f
commit 101f92bd47

View File

@ -15,6 +15,7 @@ const log: Logger<ILogObj> = new Logger({ name: '[UserActivityController]', type
export class UserActivityController {
static async list(req: Request, res: Response, next: NextFunction): Promise<Response> {
/*
#swagger.tags = ['User Activity']
#swagger.security = [{
"bearerAuth": []