diff --git a/cortex-js/src/app.ts b/cortex-js/src/app.ts index c8c81cee4..53afcf8dc 100644 --- a/cortex-js/src/app.ts +++ b/cortex-js/src/app.ts @@ -65,7 +65,7 @@ export const getApp = async () => { 'System', 'Endpoints for stopping the Cortex API server, checking its status, and fetching system events.', ) - .addServer('http://localhost:1337') + .addServer('http://127.0.0.1:1337') .build(); const document = SwaggerModule.createDocument(app, config);