diff --git a/example/app.js b/example/app.js index 7fce5f8..71906f6 100644 --- a/example/app.js +++ b/example/app.js @@ -25,6 +25,7 @@ var container = ds.createModel('container'); app.model(container); +/* app.get('/', function (req, res, next) { res.setHeader('Content-Type', 'text/html'); var form = "

Storage Service Demo

" + @@ -38,6 +39,7 @@ app.get('/', function (req, res, next) { res.send(form); res.end(); }); +*/ app.listen(app.get('port')); console.log('http://127.0.0.1:' + app.get('port'));