This commit is contained in:
Eric Guo 2025-12-23 08:09:17 +00:00 committed by GitHub
commit b06583af65
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2600,10 +2600,10 @@ export namespace Server {
},
)
.all("/*", async (c) => {
return proxy(`https://app.opencode.ai${c.req.path}`, {
return proxy(`https://desktop.opencode.ai${c.req.path}`, {
...c.req,
headers: {
host: "app.opencode.ai",
host: "desktop.opencode.ai",
},
})
}),