@@ -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 {
The note is not visible to the blocked user.