Fix beta integration

This commit is contained in:
opencode-agent[bot]
2026-05-14 23:40:03 +00:00
parent 47c2f638b4
commit 8d28878fa5
2 changed files with 2 additions and 71725 deletions

File diff suppressed because one or more lines are too long

View File

@@ -161,7 +161,7 @@ function routeOrderingApp() {
Promise.resolve(
handler(
input instanceof Request ? input : new Request(new URL(input, "http://localhost"), init),
ExperimentalHttpApiServer.context,
HttpApiApp.context,
),
),
)