mirror of
https://github.com/certd/certd.git
synced 2026-07-16 10:47:31 +08:00
chore: 继续完善审计日志
This commit is contained in:
@@ -22,7 +22,7 @@ export class AccessController extends CrudController<AccessService> {
|
||||
}
|
||||
|
||||
getAuditType(): string {
|
||||
return AuditType.access;
|
||||
return AuditType.access.value;
|
||||
}
|
||||
|
||||
@Post("/page", { description: Constants.per.authOnly, summary: "查询授权配置分页列表" })
|
||||
|
||||
Reference in New Issue
Block a user