diff --git a/index.js b/index.js index 9a85c06..e9d860d 100644 --- a/index.js +++ b/index.js @@ -41,10 +41,6 @@ fastify.register(require('@fastify/static'), { decorateReply: false }) -fastify.get('/', async (request, reply) => { - reply.redirect('/index.html') -}) - fastify.post('/login', async (request, reply) => { let content = request.body; if (content.hasOwnProperty("user")