This commit is contained in:
PxlLoewe
2025-04-29 21:35:27 -07:00
parent 0d7f0ad2b8
commit ee49bdde89
12 changed files with 93 additions and 92 deletions

View File

@@ -5,7 +5,6 @@ import { sendPasswordChanged, sendCourseCompletedEmail } from "modules/mail";
const router = Router();
router.post("/send", async (req, res) => {
console.log(req.body);
const { to, subject, html } = req.body;
try {