fix: Display ORIGIN env in prodserver logs
This commit is contained in:
parent
da8921126d
commit
e34fa995d3
@ -46,5 +46,5 @@ app.use((req, res, next) => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
server.listen(port, () => {
|
server.listen(port, () => {
|
||||||
console.log(`Listening on http://localhost:${port}`);
|
console.log(`Listening on ${process.env.ORIGIN}`);
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user