Commit f7600da78dc84eb8eff39dd0405875e2f51caf69
1 parent
fd7d1eff
Exists in
master
and in
1 other branch
Minor fix in support of callback
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
server.js
@@ -184,6 +184,8 @@ app.post('/api', function(req, res){ | @@ -184,6 +184,8 @@ app.post('/api', function(req, res){ | ||
184 | requesting.write(data); | 184 | requesting.write(data); |
185 | requesting.end(); | 185 | requesting.end(); |
186 | }); | 186 | }); |
187 | + | ||
188 | + res.send(200); | ||
187 | } | 189 | } |
188 | }); | 190 | }); |
189 | } else { | 191 | } else { |