chore: Don't include n8n webhook url
All checks were successful
Remote Deploy / deploy (push) Successful in 21s
All checks were successful
Remote Deploy / deploy (push) Successful in 21s
This commit is contained in:
@@ -70,7 +70,7 @@ app.post("/report", async (req, res) => {
|
|||||||
return res.status(400).json({ error: "Invalid location value." });
|
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;
|
let resp;
|
||||||
try {
|
try {
|
||||||
|
|||||||
Reference in New Issue
Block a user