Delete functions/gh/[[catchall]].js

This commit is contained in:
2025-09-28 10:05:31 -07:00
committed by GitHub
parent 01f92b190d
commit 2f2b6ae3c2

View File

@@ -1 +0,0 @@
export const onRequest = ({params:{catchall:[o,r,b,...p]}}) => fetch(`https://raw.githack.com/${o}/${r}/${b}/${p.join('/')}`);