bugfixing

This commit is contained in:
MuslemRahimi 2025-01-17 01:25:54 +01:00
parent 2b34c67d6f
commit 39a5c4f8cf

View File

@ -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",