summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2025-06-10 13:36:47 -0400
committerDax Raad <[email protected]>2025-06-10 13:36:47 -0400
commita0062d46610719265b3b88dd34f87debebf639ce (patch)
tree26ad7121cfe189936370bc0b81f9d75c09040c34
parentef7f1f0761e9b02021f147a21915d7506fb08f88 (diff)
downloadopencode-a0062d46610719265b3b88dd34f87debebf639ce.tar.gz
opencode-a0062d46610719265b3b88dd34f87debebf639ce.zip
fix share link
-rw-r--r--packages/function/src/api.ts2
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" },