* enhance ai menu

* remove api prefix from mcp
This commit is contained in:
Philipinho
2026-03-02 03:31:52 +00:00
parent cf43e2b4fe
commit ee6b98edaa
7 changed files with 21 additions and 14 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ async function bootstrap() {
app.useLogger(app.get(PinoLogger));
app.setGlobalPrefix('api', {
exclude: ['robots.txt', 'share/:shareId/p/:pageSlug'],
exclude: ['robots.txt', 'share/:shareId/p/:pageSlug', 'mcp'],
});
const reflector = app.get(Reflector);