@@ -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);
The note is not visible to the blocked user.