mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
Merge 61d078f0e8 into 83397ebde2
This commit is contained in:
commit
b06583af65
1 changed files with 2 additions and 2 deletions
|
|
@ -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",
|
||||
},
|
||||
})
|
||||
}),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue