fix share link
parent
ef7f1f0761
commit
a0062d4661
|
|
@ -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" },
|
||||
|
|
|
|||
Loading…
Reference in New Issue