mirror of
https://github.com/sst/opencode.git
synced 2025-08-04 05:28:16 +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(
|
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" },
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue