mirror of
https://github.com/cool-team-official/cool-admin-midway.git
synced 2024-11-01 22:20:30 +08:00
全新的Ai编码
This commit is contained in:
parent
e2de8dda5c
commit
6a34c86fb8
@ -83,4 +83,9 @@ export class BaseCommController extends BaseController {
|
|||||||
await this.baseSysLoginService.logout();
|
await this.baseSysLoginService.logout();
|
||||||
return this.ok();
|
return this.ok();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Get('/program', { summary: '编程' })
|
||||||
|
async program() {
|
||||||
|
return this.ok('Node');
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user