diff --git a/src/api/post.ts b/src/api/post.ts index ad49a57..aa34010 100644 --- a/src/api/post.ts +++ b/src/api/post.ts @@ -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);