mirror of
https://github.com/sern-handler/automata
synced 2026-06-06 01:16:51 +00:00
fix: railway deployments
This commit is contained in:
@@ -258,6 +258,6 @@ app.get('/ping', (req, res) => {
|
||||
})
|
||||
|
||||
const port = 4000
|
||||
app.listen(port, '::', () => {
|
||||
app.listen(port, '0.0.0.0', () => {
|
||||
console.log(`Server listening on [::]${port}`)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user