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

Commit d07e092

Browse files
authored
Update the Base URL for the API reference to reflect the new URL (#971)
1 parent f206f31 commit d07e092

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cortex-js/src/app.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export const getApp = async () => {
6565
'System',
6666
'Endpoints for stopping the Cortex API server, checking its status, and fetching system events.',
6767
)
68-
.addServer('http://localhost:1337')
68+
.addServer('http://127.0.0.1:1337')
6969
.build();
7070
const document = SwaggerModule.createDocument(app, config);
7171

0 commit comments

Comments
 (0)