feat: update api base

This commit is contained in:
tim
2025-07-12 11:25:16 +08:00
parent 2143484b67
commit abf60f9224

View File

@@ -1,9 +0,0 @@
export async function onRequest({ request }) {
const url = new URL(request.url)
url.hostname = '129.204.254.110'
url.port = '8080'
url.protocol = 'http:'
// 直接透传:不区分 user/category
return fetch(url, request)
}