Files
KohakuHub/functions/[[repo]].git/git-receive-pack.js
2025-10-10 01:45:21 +08:00

6 lines
119 B
JavaScript

import { proxyToAPI } from '../_proxy.js';
export async function onRequest(context) {
return proxyToAPI(context);
}