This commit is contained in:
jusax23 2023-03-17 21:04:33 +01:00
parent 1ab05c98af
commit b91ad7e015
Signed by: jusax23
GPG key ID: 499E2AA870C1CD41

View file

@ -29,7 +29,7 @@ export const addPostMethods = (server: express.Express) => {
res.send("not active");
return;
}
debug("POST", "received:", req.body);
debug("POST", "act:", act, "received:", req.body);
const aws = (state: string, data: any) => {
debug("POST", "send:", state, data);
res.status(state == "error" ? 400 : 200);