mirror of
https://github.com/certd/certd.git
synced 2026-04-22 02:47:25 +08:00
chore:
This commit is contained in:
@@ -59,4 +59,9 @@ export class SysAccessController extends AccessController {
|
||||
async getAccessTypeDict() {
|
||||
return await super.getAccessTypeDict();
|
||||
}
|
||||
|
||||
@Post('/simpleInfo', { summary: 'sys:settings:view' })
|
||||
async simpleInfo(@Query('id') id: number) {
|
||||
return await super.simpleInfo(id);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user