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 6980e8f commit a1ece6aCopy full SHA for a1ece6a
src/main.ts
@@ -33,7 +33,7 @@ async function bootstrap() {
33
await app.configure(app, config);
34
35
app.enableShutdownHooks();
36
- await app.listen(config.port, () => {
+ await app.listen(config.port, '0.0.0.0', () => {
37
app.get(Logger).log(`Listening at ${config.hostUrl$.value}graphql`);
38
});
39
}
0 commit comments