We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64578a8 commit 8c220d5Copy full SHA for 8c220d5
apps/api-gateway/src/main.ts
@@ -3,6 +3,6 @@ import { AppModule } from './app.module';
3
4
async function bootstrap() {
5
const app = await NestFactory.create(AppModule);
6
- await app.listen(8080);
+ await app.listen(8080, '0.0.0.0');
7
}
8
bootstrap();
0 commit comments