Răsfoiți Sursa

fix share link

Dax Raad 8 luni în urmă
părinte
comite
a0062d4661
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      packages/function/src/api.ts

+ 1 - 1
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" },