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)