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('/')}`);