SingleTheme

This commit is contained in:
Suvodip Ghosh
2023-02-20 23:54:54 +05:30
parent d4bae7f6ba
commit b9673144ab

View File

@@ -10,7 +10,6 @@ export async function getStaticPaths() {
})
return finalData;
}
const { id } = Astro.params;
const response = await fetch('https://curriculum-app-api.beanstalkedu.com/items/themes?filter[theme_slug][_eq]='+id);