diff --git a/server/src/controller/ura/IndexController.ts b/server/src/controller/ura/IndexController.ts index 5e5cf8d..f5b67b2 100644 --- a/server/src/controller/ura/IndexController.ts +++ b/server/src/controller/ura/IndexController.ts @@ -13,7 +13,7 @@ export default class IndexController { const template = await UraTemplate.create(asset, 'index.hbs'); return new IndexController(template); } - async handle(req: FastifyRequest, reply: FastifyReply): Promise { + async handle(_req: FastifyRequest, reply: FastifyReply): Promise { return reply .code(200) .type('text/html;charset=UTF-8')