upgraded some dependencies

This commit is contained in:
William Welling
2017-07-19 15:15:11 -05:00
parent 1c2818002f
commit db0505c448
4 changed files with 25 additions and 17 deletions

View File

@@ -76,7 +76,7 @@ function ngApp(req, res) {
});
});
} else {
console.log('Universal preboot off, service for direct CSD');
console.log('Universal off, serving for direct CSR');
res.sendFile('index.csr.html', { root: './src' });
}
}