Skip to content

Commit

Permalink
feat: Parsse xml
Browse files Browse the repository at this point in the history
  • Loading branch information
nicola-smartive committed Jun 18, 2024
1 parent cce5996 commit c89e5de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +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' }));

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

0 comments on commit c89e5de

Please sign in to comment.