diff --git a/src/buildRouter.ts b/src/buildRouter.ts index 0f44409..f326d92 100644 --- a/src/buildRouter.ts +++ b/src/buildRouter.ts @@ -81,7 +81,7 @@ export const buildRouter = async ( reply.type('text/html'); } if (html) { - reply.send(html); + return reply.send(html); } };