Added new Attractions
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
soraefir
2023-06-18 17:23:11 +02:00
parent bf4ba27381
commit 524a71e391
3 changed files with 4 additions and 3 deletions

View File

@@ -47,7 +47,7 @@ fastify.get('/short/:id', (req, reply) => reply.sendFile('/template/journey.html
fastify.listen(8080,'0.0.0.0' ,(err,address) => {
fastify.listen({port:8080,address:'0.0.0.0'} ,(err,address) => {
if (err) throw err;
console.log("Listening on", address);