SingleTheme

master
Suvodip Ghosh 2023-02-20 23:54:54 +05:30
parent d4bae7f6ba
commit b9673144ab
1 changed files with 0 additions and 1 deletions

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);