fix: opencode web command
This commit is contained in:
parent
4425c66732
commit
d66b903e7f
1 changed files with 2 additions and 2 deletions
|
|
@ -2372,10 +2372,10 @@ export namespace Server {
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
.all("/*", async (c) => {
|
.all("/*", async (c) => {
|
||||||
return proxy(`https://desktop.dev.opencode.ai${c.req.path}`, {
|
return proxy(`https://desktop.opencode.ai${c.req.path}`, {
|
||||||
...c.req,
|
...c.req,
|
||||||
headers: {
|
headers: {
|
||||||
host: "desktop.dev.opencode.ai",
|
host: "desktop.opencode.ai",
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
}),
|
}),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue