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 9407bf4 commit 5f9083cCopy full SHA for 5f9083c
worker.js
@@ -4,6 +4,7 @@ addEventListener('fetch', event => {
4
5
async function handleRequest(request) {
6
// Get the unique ID from the request URL
7
+ // This commit is compleatly working fine with minimal fewatures
8
const url = new URL(request.url);
9
const id = url.searchParams.get("id");
10
// Get the list of URLs from the raw text file
0 commit comments