mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-02 11:36:27 -04:00
Update /test-webhook and reevaluate sensitive fields
This commit is contained in:
parent
e886df4788
commit
ee1a56caae
2 changed files with 10 additions and 9 deletions
|
@ -203,6 +203,7 @@ let needSetup = false;
|
|||
|
||||
if (isDev) {
|
||||
app.post("/test-webhook", async (request, response) => {
|
||||
log.debug("test", request.headers);
|
||||
log.debug("test", request.body);
|
||||
response.send("OK");
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue