diff --git a/.gitignore b/.gitignore index 7229936..7c4938e 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ npm-debug.log /.vscode logs.html stat.html +*.pem diff --git a/index.js b/index.js index 9e1f754..3416dc3 100644 --- a/index.js +++ b/index.js @@ -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'))