remove api key

This commit is contained in:
MuslemRahimi 2024-07-24 17:48:24 +02:00
parent d058c975dc
commit 9a01af590f

View File

@ -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)