diff options
| author | Dax Raad <[email protected]> | 2025-06-19 13:26:15 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-06-19 13:26:15 -0400 |
| commit | a85b0a370ec02068b8dfced63f5c21ba9fdbfa07 (patch) | |
| tree | 8deb54c4620dce6a9409efa320fad281352f5d3f /packages/function/src/api.ts | |
| parent | e7784d28646f34140fdfcfc39292e639883240c1 (diff) | |
| download | opencode-a85b0a370ec02068b8dfced63f5c21ba9fdbfa07.tar.gz opencode-a85b0a370ec02068b8dfced63f5c21ba9fdbfa07.zip | |
ci: share
Diffstat (limited to 'packages/function/src/api.ts')
| -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" }, |
