diff --git a/index.js b/index.js index 869438f..1a67500 100644 --- a/index.js +++ b/index.js @@ -41,7 +41,7 @@ http.createServer(function(req, res){ }); - res.writeHead(400, {"Content-Type": "application/json"}); + res.writeHead(200, {"Content-Type": "application/json"}); var data = JSON.stringify({"success": true}); return res.end(data);