Skip to content

Commit 8f33f88

Browse files
committed
listen on 0.0.0.0
1 parent 5a8d26e commit 8f33f88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/main.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ async function bootstrap() {
1111
const documentFactory = () => SwaggerModule.createDocument(app, config);
1212
SwaggerModule.setup('api', app, documentFactory);
1313

14-
await app.listen(3001);
14+
await app.listen(3001,'0.0.0.0');
1515
}
1616
bootstrap();

0 commit comments

Comments
 (0)