From 39a5c4f8cf4ec38dfb29dd26786673e173f5d79e Mon Sep 17 00:00:00 2001 From: MuslemRahimi Date: Fri, 17 Jan 2025 01:25:54 +0100 Subject: [PATCH] bugfixing --- src/routes/sitemap.xml/+server.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",