Update directory for static middleware in app.js

Transactions
= 2017-09-11 01:50:23 -06:00
parent 087c382152
commit 0fbbfc4f5e
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ app.get('/api/cim/:month/:day',function(req,res){
}); });
}); });
app.use(express.static('../www')); app.use(express.static('www'));
app.get('/*', function (req, res) { app.get('/*', function (req, res) {
console.log(__dirname); console.log(__dirname);