Skip to content

Commit

Permalink
fix: test email secure
Browse files Browse the repository at this point in the history
  • Loading branch information
tangimds committed Jan 27, 2025
1 parent 5a88c62 commit 07cc9bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/controllers/mail.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const { mailLimiter } = require("../middlewares/rateLimit");
router.post(
"/",
// todo : activate once the app is deployed
// validateHMAC,
validateHMAC,
mailLimiter,
catchErrors(async (req, res) => {
let { to, replyTo, replyToName, subject, text, html } = req.body || {};
Expand Down

0 comments on commit 07cc9bb

Please sign in to comment.