Commit db6b7543a17d289dde6ee3896a9027ef5c022c9c
1 parent
2e285279
Exists in
master
and in
1 other branch
Corrigido endpoint limparfila
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
server.js
@@ -197,7 +197,7 @@ app.get('/limparfila', function(req, res) { | @@ -197,7 +197,7 @@ app.get('/limparfila', function(req, res) { | ||
197 | }); | 197 | }); |
198 | }); | 198 | }); |
199 | 199 | ||
200 | - res.send(200, "Fila limpa"); | 200 | + res.send(200, {'status' : 'A fila foi resetada com sucesso.'}); |
201 | }); | 201 | }); |
202 | 202 | ||
203 | app.get('/dicionario', function(req, res){ | 203 | app.get('/dicionario', function(req, res){ |