Skip to content

Commit 1587ed5

Browse files
Update worker.js
1 parent b5fc4f3 commit 1587ed5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

worker.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ addEventListener('fetch', event => {
22
event.respondWith(handleRequest(event.request))
33
})
44

5+
56
async function handleRequest(request) {
67
// Get the unique ID from the request URL
78
// This commit is compleatly working fine with minimal fewatures

0 commit comments

Comments
 (0)