diff --git a/Documentation/functions/[[html]].js b/Documentation/functions/[[html]].js new file mode 100644 index 00000000..733b4100 --- /dev/null +++ b/Documentation/functions/[[html]].js @@ -0,0 +1,3 @@ +export function onRequest(context) { + return new Response(JSON.stringify(context.params.catchall)); +}