mirror of
https://github.com/certd/certd.git
synced 2026-07-24 20:47:37 +08:00
chore: 继续完善审计日志
This commit is contained in:
@@ -18,7 +18,7 @@ export class CnameRecordController extends CrudController<CnameProviderService>
|
||||
}
|
||||
|
||||
getAuditType(): string {
|
||||
return AuditType.cname;
|
||||
return AuditType.cname.value;
|
||||
}
|
||||
|
||||
@Post("/page", { description: "sys:settings:view" })
|
||||
|
||||
Reference in New Issue
Block a user