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
Steven Normore committed Oct 18, 2020
1 parent d3f3b0b commit 4e008e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/api/src/main.ts
Expand Up @@ -25,7 +25,7 @@ async function bootstrap() {
SwaggerModule.setup("documentation", app, document)

const configService = app.get(ConfigService)
await app.listen(configService.get<number>("port"))
await app.listen(configService.get<number>("port"), '0.0.0.0')
}

bootstrap()

0 comments on commit 4e008e1

Please sign in to comment.