diff options
| author | Dax Raad <[email protected]> | 2025-06-10 13:36:47 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-06-10 13:36:47 -0400 |
| commit | a0062d46610719265b3b88dd34f87debebf639ce (patch) | |
| tree | 26ad7121cfe189936370bc0b81f9d75c09040c34 | |
| parent | ef7f1f0761e9b02021f147a21915d7506fb08f88 (diff) | |
| download | opencode-a0062d46610719265b3b88dd34f87debebf639ce.tar.gz opencode-a0062d46610719265b3b88dd34f87debebf639ce.zip | |
fix share link
| -rw-r--r-- | packages/function/src/api.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/function/src/api.ts b/packages/function/src/api.ts index 9cb6658ff..c2e166db7 100644 --- a/packages/function/src/api.ts +++ b/packages/function/src/api.ts @@ -123,7 +123,7 @@ export default { return new Response( JSON.stringify({ secret, - url: "https://dev.opencode.ai/s?id=" + short, + url: "https://dev.opencode.ai/s/" + short, }), { headers: { "Content-Type": "application/json" }, |
