short & features
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-08-03 13:18:25 +02:00
parent 28c0d2ec30
commit 31fdc92e5c
3 changed files with 127 additions and 10 deletions

View File

@@ -42,6 +42,7 @@ fastify.get('/:id', (req, reply) => {
}
});
fastify.get('/view/:id', (req, reply) => reply.sendFile('/template/journey.html'));
fastify.get('/short/:id', (req, reply) => reply.sendFile('/template/journey.html'));