chore: mark todo

This commit is contained in:
Ayo 2023-10-10 17:55:44 +02:00
parent ccf24fb6d0
commit 667978d632

View file

@ -19,6 +19,11 @@ export default eventHandler(async (event) => {
html = transform(html.toString());
}
}
/**
* TODO remove server:script tags
*/
return html ?? new Response("Not found", { status: 404 });
});