Skip to content

Commit

Permalink
BE networking fix attempt #1
Browse files Browse the repository at this point in the history
  • Loading branch information
wtfsayo committed May 12, 2024
1 parent 40a6fa7 commit 32f7411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web-portal/backend/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ async function bootstrap() {

app.use(cookieParser());

await app.listen(process.env.PORT || 4000, '0.0.0.0');
await app.listen(process.env.PORT || 4000);
}
bootstrap();

0 comments on commit 32f7411

Please sign in to comment.