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 e2a773453..1d0e2cd07 100644 --- a/packages/function/src/api.ts +++ b/packages/function/src/api.ts @@ -120,7 +120,7 @@ export default { return new Response( JSON.stringify({ secret, - url: "https://dev.opencode.ai/s/" + short, + url: "https://opencode.ai/s/" + short, }), { headers: { "Content-Type": "application/json" }, |
