This commit is contained in:
2026-03-06 02:47:00 +08:00
parent a563f3e0d6
commit 2eecbe273e

View File

@@ -13,7 +13,7 @@ export const execCommand = (command: string, options: { cwd?: string } = {}) =>
});
};
app.route({
path: 'cnb-board',
path: 'cnb_board',
key: 'is-cnb-board',
description: '检查是否是 cnb-board 环境',
middleware: ['auth-admin']
@@ -28,7 +28,7 @@ app.route({
app.route({
path: 'cnb-board',
path: 'cnb_board',
key: 'exit',
description: 'cnb的工作环境退出程序',
middleware: ['auth-admin'],