From c0ee6476a01b53fb13d0a3c706af36fa3fcccffe Mon Sep 17 00:00:00 2001 From: joewaa Date: Sun, 11 Jun 2017 07:20:29 +0800 Subject: [PATCH] s --- api/routes/todoListRoutes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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