fix share link

This commit is contained in:
Dax Raad
2025-06-10 13:36:47 -04:00
parent e7c8654e7c
commit e1cc298e95
+1 -1
View File
@@ -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" },