feat: Webhook use auth token #10

Merged
localhorst merged 5 commits from feat/webhook-auth into main 2025-01-06 20:08:59 +01:00
Showing only changes of commit 41ab137270 - Show all commits
+1 -1
View File
@@ -51,7 +51,7 @@ router.post(
res.status(401).json({ error: "Authentication failed" }); res.status(401).json({ error: "Authentication failed" });
return; return;
} }
console.log("Bearer token is correct!"); //console.log("Bearer token is correct!");
} catch (error) { } catch (error) {
console.error("Error during authentication:", error); console.error("Error during authentication:", error);