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