Skip to content

Commit

Permalink
Merge pull request #7 from DISIC/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
HamzaKhait authored Mar 20, 2024
2 parents c84f30e + 72093c8 commit efd2b2f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ async function bootstrap() {
});
app.useGlobalPipes(new ValidationPipe());
app.use(cookieParser(`${process.env.COOKIE_SECRET}`));
await app.listen(3001);
await app.listen(process.env.PORT || 3001);
}

bootstrap();

0 comments on commit efd2b2f

Please sign in to comment.