Merge pull request 'feat(backend): PORT configuration' (#48) from v3 into preview
Reviewed-on: simrail/simrail.alekswilc.dev#48
This commit is contained in:
commit
e526807d7d
@ -26,6 +26,6 @@ export class ApiModule
|
||||
|
||||
app.use("/api/v1", router);
|
||||
|
||||
app.listen(2005);
|
||||
app.listen(process.env.PORT);
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user