change path

This commit is contained in:
Paul Trowbridge 2019-03-18 18:16:35 -05:00
parent 50c5054e12
commit 8f7a9d5e8d
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -5,3 +5,4 @@ npm-debug.log
/.vscode
logs.html
stat.html
*.pem

View File

@ -33,7 +33,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'))