const dd = await $fetch('/api/rocket/gallery',)
console.log(dd)
{
"@context": "/contexts/Gallery",
"@id": "/rocket/gallery",
"@type": "Collection",
"totalItems": 0,
"member": []
}
const dd = await $fetch('/api/rocket/gallery',)
console.log(dd)
{
"@context": "/contexts/Gallery",
"@id": "/rocket/gallery",
"@type": "Collection",
"totalItems": 0,
"member": []
}