Loading backend/src/main.ts +1 −0 Original line number Diff line number Diff line Loading @@ -21,6 +21,7 @@ async function bootstrap() { .build(); const document = SwaggerModule.createDocument(app, config); SwaggerModule.setup('api', app, document); app.enableCors(); await app.listen(ServerConstants.PORT); console.log(`Application is running on: ${await app.getUrl()}`); console.log(`API documentation at: ${await app.getUrl()}/api`); Loading Loading
backend/src/main.ts +1 −0 Original line number Diff line number Diff line Loading @@ -21,6 +21,7 @@ async function bootstrap() { .build(); const document = SwaggerModule.createDocument(app, config); SwaggerModule.setup('api', app, document); app.enableCors(); await app.listen(ServerConstants.PORT); console.log(`Application is running on: ${await app.getUrl()}`); console.log(`API documentation at: ${await app.getUrl()}/api`); Loading