We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7209147 commit 5badcb0Copy full SHA for 5badcb0
1 file changed
src/buildRouter.ts
@@ -81,7 +81,7 @@ export const buildRouter = async (
81
reply.type('text/html');
82
}
83
if (html) {
84
- reply.send(html);
+ return reply.send(html);
85
86
};
87
0 commit comments