mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 10:02:59 +08:00
chore(nx/server): fix api_docs_js_1.default.register is not a function
This commit is contained in:
parent
d5e1c5ce1d
commit
e817a55660
@ -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);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user