mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-02-25 13:05:55 +00:00
Update postrequest.js
This commit is contained in:
parent
018b57e880
commit
f264b2889a
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ class PostRequest extends NotificationProvider {
|
||||||
|
|
||||||
let data = notification.postrequestBody;
|
let data = notification.postrequestBody;
|
||||||
|
|
||||||
let resp = await axios.post(url, data, config);
|
await axios.post(url, data, config);
|
||||||
|
|
||||||
return okMsg;
|
return okMsg;
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue