This commit is contained in:
parent
524a71e391
commit
ffd21ffd0f
@ -47,7 +47,7 @@ fastify.get('/short/:id', (req, reply) => reply.sendFile('/template/journey.html
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
fastify.listen({port:8080,address:'0.0.0.0'} ,(err,address) => {
|
fastify.listen({port:8080,host:'0.0.0.0'} ,(err,address) => {
|
||||||
if (err) throw err;
|
if (err) throw err;
|
||||||
console.log("Listening on", address);
|
console.log("Listening on", address);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user