chore: mark todo
This commit is contained in:
parent
ccf24fb6d0
commit
667978d632
1 changed files with 5 additions and 0 deletions
|
@ -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 });
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue