mirror of
https://github.com/certd/certd.git
synced 2026-07-13 08:47:34 +08:00
chore: 修改权限判断字段从summary改成description
This commit is contained in:
@@ -29,7 +29,7 @@ export class RegisterController extends BaseController {
|
||||
@Inject()
|
||||
sysSettingsService: SysSettingsService;
|
||||
|
||||
@Post('/register', { summary: Constants.per.guest })
|
||||
@Post('/register', { description: Constants.per.guest })
|
||||
public async register(
|
||||
@Body(ALL)
|
||||
body: RegisterReq,
|
||||
|
||||
Reference in New Issue
Block a user