no ts-ignore
This commit is contained in:
parent
724e344cf5
commit
25b1644a33
1 changed files with 0 additions and 1 deletions
|
@ -27,7 +27,6 @@ fastify.register(FastifyView, {
|
|||
})
|
||||
|
||||
fastify.get("/", async (req, res) => {
|
||||
// @ts-ignore
|
||||
return res.view("templates/index.ejs", { });
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue