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 = [{ #swagger.security = [{
"bearerAuth": [] "bearerAuth": []
}] }]
#swagger.parameters['id'] = { #swagger.parameters['id'] = {
in: 'path', in: 'path',
description: 'User ID.', description: 'User ID.',