mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-30 13:54:01 +00:00
fix: opencode web command
This commit is contained in:
parent
2a5255ac8f
commit
c347056246
@ -2380,7 +2380,7 @@ export namespace Server {
|
||||
})
|
||||
})
|
||||
.all("/*", async (c) => {
|
||||
return proxy(`https://desktop.opencode.ai?url=/web`, {
|
||||
return proxy(`https://desktop.opencode.ai${c.req.path}?url=/web`, {
|
||||
...c.req,
|
||||
headers: {
|
||||
host: "desktop.opencode.ai",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user