feat(backend): PORT configuration #48

Merged
alekswilc merged 1 commits from v3 into preview 2024-11-09 00:25:42 +01:00
Showing only changes of commit 6398f795b2 - Show all commits

View File

@ -26,6 +26,6 @@ export class ApiModule
app.use("/api/v1", router);
app.listen(2005);
app.listen(process.env.PORT);
}
}