From a85b0a370ec02068b8dfced63f5c21ba9fdbfa07 Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Thu, 19 Jun 2025 13:26:15 -0400 Subject: ci: share --- packages/function/src/api.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/function') 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" }, -- cgit v1.2.3