From f4f9f4181c1e1e47771df071a92f8e57c06b8f4a Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 2 Apr 2015 02:56:11 -0500 Subject: [PATCH] GET, PUT and DELETE is tested and working fine. --- server.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server.js b/server.js index ecb8f35..692d6d8 100755 --- a/server.js +++ b/server.js @@ -125,7 +125,7 @@ app.delete('/projects/:id', function(req, res){ // ================================================================================== - +// Yogendra app.listen(8080); console.log("Server started on port 8080..."); \ No newline at end of file -- libgit2 0.21.0