Brendan Abolivier 8 years ago
parent
commit
38b50d2386
Signed by: Brendan Abolivier <contact@brendanabolivier.com> GPG key ID: 8EF1500759F70623
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      server.js

+ 1
- 0
server.js View File

23
 app.use(bodyParser.urlencoded({ extended: true }));
23
 app.use(bodyParser.urlencoded({ extended: true }));
24
 app.use(bodyParser.json());
24
 app.use(bodyParser.json());
25
 
25
 
26
+
26
 // A request on /send with user input = mail to be sent
27
 // A request on /send with user input = mail to be sent
27
 app.post('/send', function(req, res, next) {
28
 app.post('/send', function(req, res, next) {
28
     // params will be used as:
29
     // params will be used as: