require todo model
This commit is contained in:
parent
511c8cd0fb
commit
c829cf58ef
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
'use strict';
|
||||
module.exports = function(app) {
|
||||
//var todoList = require('../controllers/todoListController');
|
||||
var todoList = require('../controllers/todoListController');
|
||||
|
||||
app.route('/api/test')
|
||||
.get((req,res)=>{ res.send('testing here'); });
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue