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

Commit 21e7ab4

Browse files
committed
added the server url for jan
1 parent b39e892 commit 21e7ab4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cortex-js/src/main.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ async function bootstrap() {
2727
.addTag('Messages', "These endpoints manage the retrieval and storage of conversation content, including responses from LLMs and other metadata related to chat interactions.")
2828
.addTag('Threads', 'These endpoints handle the creation, retrieval, updating, and deletion of conversation threads.')
2929
.addServer('http://localhost:1337/')
30+
.addServer('http://localhost:1337/v1')
3031
.build();
3132
const document = SwaggerModule.createDocument(app, config);
3233

0 commit comments

Comments
 (0)