mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 20:01:09 +02:00
fix(calendar): correct port to 3016
This commit is contained in:
parent
618c58c519
commit
5cf3c334fd
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ async function bootstrap() {
|
|||
exclude: ['metrics', 'health'],
|
||||
});
|
||||
|
||||
const port = process.env.PORT || 3014;
|
||||
const port = process.env.PORT || 3016;
|
||||
await app.listen(port);
|
||||
console.log(`Calendar backend running on http://localhost:${port}`);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue