Fixed bug in todo app

This commit is contained in:
Jovan Popovic
2017-05-03 18:00:03 +02:00
parent 6ea45bfc6e
commit 7104348294
@@ -2,7 +2,7 @@
var bodyParser = require('body-parser');
var app = express();
app.use(bodyParser.raw());
app.use(bodyParser.text());
app.use('/todo', require('./routes/todo'));
// catch 404 and forward to error handler