diff options
Diffstat (limited to 'packages/function/src')
| -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" }, |
