diff --git a/api/routes/todoListRoutes.js b/api/routes/todoListRoutes.js index 5ff005e..7df7930 100644 --- a/api/routes/todoListRoutes.js +++ b/api/routes/todoListRoutes.js @@ -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