Skip to content

Commit

Permalink
attempt #2
Browse files Browse the repository at this point in the history
  • Loading branch information
wtfsayo committed May 12, 2024
1 parent 32f7411 commit 588cbab
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);
await app.listen(process.env.PORT || 4000, '::');
}
bootstrap();

0 comments on commit 588cbab

Please sign in to comment.