www added

This commit is contained in:
idoctnef
2016-10-04 17:54:20 +02:00
parent 4ea75c4e01
commit 9fc8e4d618

View File

@@ -40,7 +40,7 @@ router.get('/', function(req, res) {
res.send("Hello world!");
});
app.use(router);*/
app.use(express.static(__dirname + '/web'));
app.use(express.static(__dirname + '/www'));
//CORS