Commit 01bdf0d7fbcf84612b5b5470b1b2573f1c4c7d7f

Authored by dhuy
1 parent 022126f4
Exists in master and in 1 other branch devel

Minor fix in support of callback

Showing 1 changed file with 0 additions and 1 deletions   Show diff stats
@@ -24,7 +24,6 @@ app.get('/', function(req, res){ @@ -24,7 +24,6 @@ app.get('/', function(req, res){
24 24
25 app.post('/api', function(req, res){ 25 app.post('/api', function(req, res){
26 console.log(req.body); 26 console.log(req.body);
27 - console.log(req.files);  
28 /* Verifica se o paramêtro [servico] possui algum valor */ 27 /* Verifica se o paramêtro [servico] possui algum valor */
29 if (req.body.servico !== '') { 28 if (req.body.servico !== '') {
30 /* Verifica qual é o Tipo de Serviço fornecido */ 29 /* Verifica qual é o Tipo de Serviço fornecido */