mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 01:52:28 +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);
|
||||
|
||||
// API Documentation
|
||||
apiDocsRoute.register(app);
|
||||
apiDocsRoute(app);
|
||||
|
||||
app.use("", router);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user