Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit e817a55

Browse files
committed
chore(nx/server): fix api_docs_js_1.default.register is not a function
1 parent d5e1c5c commit e817a55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/server/src/routes/routes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ function register(app: express.Application) {
431431
apiRoute(GET, "/api/llm/providers/anthropic/models", anthropicRoute.listModels);
432432

433433
// API Documentation
434-
apiDocsRoute.register(app);
434+
apiDocsRoute(app);
435435

436436
app.use("", router);
437437
}

0 commit comments

Comments
 (0)