Files
4ev.link/functions/gh/[[catchall]].js
2025-09-28 17:05:05 +00:00

2 lines
127 B
JavaScript

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