mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-10-01 01:25:45 -04:00
goalert needs post instead of get
This commit is contained in:
parent
055948d1b9
commit
e557545c97
@ -17,7 +17,7 @@ class GoAlert extends NotificationProvider {
|
|||||||
parameters["action"] = closeAction;
|
parameters["action"] = closeAction;
|
||||||
}
|
}
|
||||||
try {
|
try {
|
||||||
await axios.get(`${notification.goAlertBaseURL}/api/v2/generic/incoming`, {
|
await axios.post(`${notification.goAlertBaseURL}/api/v2/generic/incoming`, {
|
||||||
params: parameters,
|
params: parameters,
|
||||||
});
|
});
|
||||||
return okMsg;
|
return okMsg;
|
||||||
|
Loading…
Reference in New Issue
Block a user