Browse Source

update redirect

pull/1/head
asyncnomi 3 years ago
parent
commit
d99eb06625
  1. 2
      index.js

2
index.js

@ -43,7 +43,7 @@ fastify.register(require('@fastify/static'), {
})
fastify.get('/', async (request, reply) => {
response.redirect('/index.html')
})
fastify.post('/login', async (request, reply) => {

Loading…
Cancel
Save