Skip to content

Commit

Permalink
HTML page removed
Browse files Browse the repository at this point in the history
  • Loading branch information
SparshaSaha committed Dec 12, 2017
1 parent f64e88a commit 97d2250
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ module.exports= function(mongo){
revonlinemap=new Map();

var server = http.createServer(function(req, res) {
res.writeHead(200, { 'Content-type': 'text/html'});
/*res.writeHead(200, { 'Content-type': 'text/html'});
res.end(fs.readFileSync(__dirname + '/index.html'));
*/

}).listen(port, function() {
console.log('Listening at: http://localhost:'+port);
Expand Down

0 comments on commit 97d2250

Please sign in to comment.