mirror of
https://github.com/certd/certd.git
synced 2026-04-23 11:37:23 +08:00
chore: headerMenu 优化
This commit is contained in:
@@ -67,7 +67,7 @@ export class PluginController extends CrudController<PluginService> {
|
||||
await this.service.setDisabled(body);
|
||||
return this.ok();
|
||||
}
|
||||
@Post('/getCommPluginConfigs', { summary: 'sys:settings:edit' })
|
||||
@Post('/getCommPluginConfigs', { summary: 'sys:settings:view' })
|
||||
async getCommPluginConfigs() {
|
||||
const res = await this.pluginConfigService.getCommPluginConfig();
|
||||
return this.ok(res);
|
||||
|
||||
Reference in New Issue
Block a user