mirror of
https://github.com/aljazceru/opencode.git
synced 2026-01-27 19:54:56 +01:00
edits
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user