We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5fc4f3 commit 1587ed5Copy full SHA for 1587ed5
worker.js
@@ -2,6 +2,7 @@ addEventListener('fetch', event => {
2
event.respondWith(handleRequest(event.request))
3
})
4
5
+
6
async function handleRequest(request) {
7
// Get the unique ID from the request URL
8
// This commit is compleatly working fine with minimal fewatures
0 commit comments