Commit f4f9f4181c1e1e47771df071a92f8e57c06b8f4a

Authored by unknown
1 parent 4dd7739e
Exists in master

GET, PUT and DELETE is tested and working fine.

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
server.js
... ... @@ -125,7 +125,7 @@ app.delete('/projects/:id', function(req, res){
125 125 // ==================================================================================
126 126  
127 127  
128   -
  128 +// Yogendra
129 129  
130 130 app.listen(8080);
131 131 console.log("Server started on port 8080...");
132 132 \ No newline at end of file
... ...