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.
2 parents 9407bf4 + 5f9083c commit b5fc4f3Copy full SHA for b5fc4f3
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