diff --git a/app.js b/app.js index 7a138d5..196a39e 100644 --- a/app.js +++ b/app.js @@ -27,3 +27,4 @@ app.use('/', require('./lib/gallery.js')(Object.assign({ app.listen(port, host); host = host || 'localhost'; console.log('zing-gallery listening on ' + host + ':' + port); +//expect