Cleanup todo

raw_icon
John Crepezzi 14 years ago
parent f48cc45928
commit 4a435a4be5
  1. 5
      lib/static_handler.js

@ -42,10 +42,7 @@ StaticHandler.prototype.handle = function(incPath, response) {
}); });
} }
else { else {
// TODO 404 if not match regex // serve the default route so that pushstate can work if not found
//winston.warn('file not found', { path: filePath });
//response.writeHead(404, { 'content-type': 'application/json' });
//response.end(JSON.stringify({ message: 'file not found' }));
_this.handle('/', response); _this.handle('/', response);
} }
}); });

Loading…
Cancel
Save