This commit is contained in:
@@ -23,7 +23,6 @@ fastify.register(require('./router/api'), { prefix: '/api' });
|
||||
|
||||
|
||||
fastify.get('/', (req, reply) => reply.view("/template/home.pug", ));
|
||||
|
||||
fastify.get('/:id', (req, reply) => reply.view('/template/journey.pug'));
|
||||
fastify.get('/view/:id', (req, reply) => reply.view('/template/view.pug'));
|
||||
fastify.get('/short/:id', (req, reply) => reply.view('/template/short.pug'));
|
||||
|
Reference in New Issue
Block a user