Update /test-webhook and reevaluate sensitive fields

This commit is contained in:
Louis Lam 2022-12-05 18:18:19 +08:00
parent e886df4788
commit ee1a56caae
2 changed files with 10 additions and 9 deletions

View file

@ -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");
});