Dax Raad před 8 měsíci
rodič
revize
a0062d4661
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      packages/function/src/api.ts

+ 1 - 1
packages/function/src/api.ts

@@ -123,7 +123,7 @@ export default {
       return new Response(
       return new Response(
         JSON.stringify({
         JSON.stringify({
           secret,
           secret,
-          url: "https://dev.opencode.ai/s?id=" + short,
+          url: "https://dev.opencode.ai/s/" + short,
         }),
         }),
         {
         {
           headers: { "Content-Type": "application/json" },
           headers: { "Content-Type": "application/json" },