mirror of
https://github.com/KohakuBlueleaf/KohakuHub.git
synced 2026-05-03 10:57:43 -05:00
6 lines
128 B
JavaScript
6 lines
128 B
JavaScript
import { proxyToAPI } from '../../../../_proxy.js';
|
|
|
|
export async function onRequest(context) {
|
|
return proxyToAPI(context);
|
|
}
|