From 2f2b6ae3c2446d6d36b75835200c558c2a19a419 Mon Sep 17 00:00:00 2001 From: multipleof4 Date: Sun, 28 Sep 2025 10:05:31 -0700 Subject: [PATCH] Delete functions/gh/[[catchall]].js --- functions/gh/[[catchall]].js | 1 - 1 file changed, 1 deletion(-) delete mode 100644 functions/gh/[[catchall]].js diff --git a/functions/gh/[[catchall]].js b/functions/gh/[[catchall]].js deleted file mode 100644 index 610e1e7..0000000 --- a/functions/gh/[[catchall]].js +++ /dev/null @@ -1 +0,0 @@ -export const onRequest = ({params:{catchall:[o,r,b,...p]}}) => fetch(`https://raw.githack.com/${o}/${r}/${b}/${p.join('/')}`);