Commit 01bdf0d7fbcf84612b5b5470b1b2573f1c4c7d7f
1 parent
022126f4
Exists in
master
and in
1 other branch
Minor fix in support of callback
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
server.js
... | ... | @@ -24,7 +24,6 @@ app.get('/', function(req, res){ |
24 | 24 | |
25 | 25 | app.post('/api', function(req, res){ |
26 | 26 | console.log(req.body); |
27 | - console.log(req.files); | |
28 | 27 | /* Verifica se o paramêtro [servico] possui algum valor */ |
29 | 28 | if (req.body.servico !== '') { |
30 | 29 | /* Verifica qual é o Tipo de Serviço fornecido */ | ... | ... |