diff --git a/src/routes/sitemap.xml/+server.ts b/src/routes/sitemap.xml/+server.ts index 7ecb6521..cb3b51cc 100644 --- a/src/routes/sitemap.xml/+server.ts +++ b/src/routes/sitemap.xml/+server.ts @@ -76,7 +76,7 @@ export async function GET({ locals }) { - const rawData = await fetch(apiURL + "/searchbar-data", { + const rawData = await fetch(apiURL + "/full-searchbar", { method: "GET", headers: { "Content-Type": "application/json",