Skip to content

Commit

Permalink
listen on 0.0.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KDwevedi committed Dec 19, 2024
1 parent 5a8d26e commit 8f33f88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ async function bootstrap() {
const documentFactory = () => SwaggerModule.createDocument(app, config);
SwaggerModule.setup('api', app, documentFactory);

await app.listen(3001);
await app.listen(3001,'0.0.0.0');
}
bootstrap();

0 comments on commit 8f33f88

Please sign in to comment.