Updated product catalog examples for Virtual App Pass demo

This commit is contained in:
Jovan Popovic
2017-05-03 17:39:13 +02:00
parent 9e1defd11d
commit c7b205fcd3
43 changed files with 2667 additions and 2 deletions
@@ -2,7 +2,7 @@
var bodyParser = require('body-parser');
var app = express();
app.use(bodyParser.text());
app.use(bodyParser.raw());
app.use('/todo', require('./routes/todo'));
// catch 404 and forward to error handler