user swagger

This commit is contained in:
2024-11-27 17:28:40 +07:00
parent 280f7d793a
commit 75946153bd

View File

@ -380,6 +380,7 @@ export class UserController {
#swagger.security = [{
"bearerAuth": []
}]
#swagger.parameters['id'] = {
in: 'path',
description: 'User ID.',