taking out new route

master
Matt Huntington 9 years ago
parent 1461b46f8b
commit fed0e5afa3

@ -6,10 +6,6 @@ controller.get('/', function(req, res){
res.json(runs); res.json(runs);
}); });
controller.get('/new', function(req, res){
res.send('run new page');
});
controller.get('/:id', function(req, res){ controller.get('/:id', function(req, res){
res.json(runs[req.params.id]); res.json(runs[req.params.id]);
}); });

Loading…
Cancel
Save