mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-04 23:40:48 +00:00
edits
This commit is contained in:
parent
4478195ea8
commit
fcb972de19
2 changed files with 2 additions and 2 deletions
|
|
@ -10,6 +10,8 @@ const id = Astro.url.searchParams.get('id')
|
|||
const res = await fetch(`${apiUrl}/share_messages?id=${id}`);
|
||||
const data = await res.json();
|
||||
|
||||
console.log(data.info)
|
||||
|
||||
---
|
||||
|
||||
<StarlightPage
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue