1
0

chore: Don't include n8n webhook url
All checks were successful
Remote Deploy / deploy (push) Successful in 21s

This commit is contained in:
2025-12-20 20:55:42 +01:00
parent 307525618a
commit 0325ce1815

View File

@@ -70,7 +70,7 @@ app.post("/report", async (req, res) => {
return res.status(400).json({ error: "Invalid location value." });
}
const url = `https://n8n.local.jzitnik.dev/webhook/${process.env.WEBHOOK_UUID}`;
const url = process.env.REPORT_WEBHOOK_URL;
let resp;
try {