mirror of
https://github.com/certd/certd.git
synced 2026-07-29 08:37:36 +08:00
chore: 继续完善审计日志
This commit is contained in:
@@ -22,7 +22,7 @@ export class UserSettingsController extends CrudController<UserSettingsService>
|
||||
}
|
||||
|
||||
getAuditType(): string {
|
||||
return AuditType.mine;
|
||||
return AuditType.mine.value;
|
||||
}
|
||||
|
||||
@Post("/page", { description: Constants.per.authOnly, summary: "查询用户设置分页列表" })
|
||||
|
||||
Reference in New Issue
Block a user