Update of packages and simplification

This commit is contained in:
Christian Anetzberger
2022-02-15 13:12:45 +01:00
parent 01907eb338
commit 3f9bbf2f27
22 changed files with 7086 additions and 6399 deletions

View File

@@ -15,7 +15,7 @@ const transporter = nodemailer.createTransport({
},
});
export default async (req, res) => {
let send = async (req, res) => {
const {
firma,
anrede,
@@ -89,3 +89,6 @@ const mailer = ({
);
});
};
export default send