mirror of
https://github.com/sst/opencode.git
synced 2025-07-08 00:25:00 +00:00
fix share link
This commit is contained in:
parent
ef7f1f0761
commit
a0062d4661
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue