Merge branch 'dev' of github.com:fleetside72/forecast_api into dev
This commit is contained in:
commit
8f2ef692df
2
index.js
2
index.js
@ -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('/', (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'))
|
server.get('/logs', (req, res) => res.sendFile('//home/pt/forecast_api/logs.html'))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user