mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
Fixed bug in todo app
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user