This commit is contained in:
joewaa 2017-06-11 07:20:29 +08:00 committed by GitHub
parent 079fd40bbf
commit c0ee6476a0

View file

@ -3,7 +3,7 @@ module.exports = function(app) {
//var todoList = require('../controllers/todoListController'); //var todoList = require('../controllers/todoListController');
app.get('/tasks',(req, res) => { app.get('/tasks',(req, res) => {
res.end('Tasks is here') res.send('Tasks is here')
}); });
/* /*
// todoList Routes // todoList Routes