s
This commit is contained in:
parent
079fd40bbf
commit
c0ee6476a0
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ module.exports = function(app) {
|
|||
//var todoList = require('../controllers/todoListController');
|
||||
|
||||
app.get('/tasks',(req, res) => {
|
||||
res.end('Tasks is here')
|
||||
res.send('Tasks is here')
|
||||
});
|
||||
/*
|
||||
// todoList Routes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue