goalert needs post instead of get

pull/2011/head
Muhammed Hussein Karimi 2 years ago
parent 055948d1b9
commit e557545c97

@ -17,7 +17,7 @@ class GoAlert extends NotificationProvider {
parameters["action"] = closeAction;
}
try {
await axios.get(`${notification.goAlertBaseURL}/api/v2/generic/incoming`, {
await axios.post(`${notification.goAlertBaseURL}/api/v2/generic/incoming`, {
params: parameters,
});
return okMsg;

Loading…
Cancel
Save