diff --git a/index.js b/index.js index ac6cea8..05dacf0 100644 --- a/index.js +++ b/index.js @@ -85,7 +85,7 @@ async function fetchGetHtml(url) { addEventListener('fetch', async event => { const { url, method } = event.request - + let init, respBody; // Set respBody and init according to the route // and method of the incoming request if (url.endsWith('/html')) {