mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 03:46:37 +01:00
chore(nx/server): fix api_docs_js_1.default.register is not a function
This commit is contained in:
@@ -431,7 +431,7 @@ function register(app: express.Application) {
|
|||||||
apiRoute(GET, "/api/llm/providers/anthropic/models", anthropicRoute.listModels);
|
apiRoute(GET, "/api/llm/providers/anthropic/models", anthropicRoute.listModels);
|
||||||
|
|
||||||
// API Documentation
|
// API Documentation
|
||||||
apiDocsRoute.register(app);
|
apiDocsRoute(app);
|
||||||
|
|
||||||
app.use("", router);
|
app.use("", router);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user