Fix Host
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
soraefir 2023-06-18 17:29:37 +02:00
parent 524a71e391
commit ffd21ffd0f
Signed by: sora
GPG Key ID: A362EA0491E2EEA0

View File

@ -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);