From 9a01af590fe56df8b6e63c96d6936ab1236cf03b Mon Sep 17 00:00:00 2001 From: MuslemRahimi Date: Wed, 24 Jul 2024 17:48:24 +0200 Subject: [PATCH] remove api key --- src/routes/notifications/+page.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/notifications/+page.svelte b/src/routes/notifications/+page.svelte index 73fbcdc9..1c2602e7 100644 --- a/src/routes/notifications/+page.svelte +++ b/src/routes/notifications/+page.svelte @@ -49,7 +49,7 @@ if (notificationIdList.length !== 0) await fetch(fastifyURL+'/update-notifications', { method: 'POST', headers: { - "Content-Type": "application/json","X-API-KEY": apiKey + "Content-Type": "application/json" }, body: JSON.stringify(postData)