Skip to content

Commit

Permalink
feat: Generalize
Browse files Browse the repository at this point in the history
  • Loading branch information
nicola-smartive committed Jun 18, 2024
1 parent c89e5de commit 830da7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Structure of route:
app.use(cors({ origin: '*' }));
app.use(bodyParser.json({ limit: '50mb' }));
app.use(bodyParser.text({ limit: '50mb' }));
app.use(bodyParser.raw({ type: 'application/xml' }));
app.use(bodyParser.raw());

const smtpServer = new SMTPServer({
authOptional: true,
Expand Down

0 comments on commit 830da7e

Please sign in to comment.