Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zcpua committed Jul 16, 2023
1 parent d2558ad commit 83bebbf
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,7 +11,7 @@ async function bootstrap() {
app.enableCors({
origin: true,
});
await app.listen(port);
await app.listen(port, '0.0.0.0');
console.log('http server: http://localhost:' + port);
}
bootstrap();

0 comments on commit 83bebbf

Please sign in to comment.