Merge branch 'dev' of github.com:fleetside72/forecast_api into dev

This commit is contained in:
Paul Trowbridge 2019-03-21 16:52:35 -04:00
commit 8f2ef692df

View File

@ -43,7 +43,7 @@ Postgres.FirstRow = function (inSQL, args, inResponse) {
server.get('/', (req, res) => res.send('node.js express is up and running'))
server.get('/login', (req, res) => res.sendFile('//mnt/c/Users/PTrowbridge/Documents/forecast_api/msauth.html'))
server.get('/login', (req, res) => res.sendFile('//home/pt/forecast_api/msauth.html'))
server.get('/logs', (req, res) => res.sendFile('//home/pt/forecast_api/logs.html'))