remove api key
This commit is contained in:
parent
d058c975dc
commit
9a01af590f
@ -49,7 +49,7 @@ if (notificationIdList.length !== 0)
|
|||||||
await fetch(fastifyURL+'/update-notifications', {
|
await fetch(fastifyURL+'/update-notifications', {
|
||||||
method: 'POST',
|
method: 'POST',
|
||||||
headers: {
|
headers: {
|
||||||
"Content-Type": "application/json","X-API-KEY": apiKey
|
"Content-Type": "application/json"
|
||||||
},
|
},
|
||||||
body: JSON.stringify(postData)
|
body: JSON.stringify(postData)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user