test sending logs
This commit is contained in:
parent
861ba2eee6
commit
e9d96b0de1
3
index.js
3
index.js
@ -34,6 +34,9 @@ Postgres.FirstRow = function (inSQL, args, inResponse) {
|
||||
server.get('/', (req, res) => res.send('node.js express is up and running 🤩'))
|
||||
|
||||
|
||||
server.get('/logs', (req, res) => res.sendFile('./logs.html'))
|
||||
|
||||
|
||||
server.get('/test_sql', function(req, res){
|
||||
var path = './route_meta/scenario_package.sql'
|
||||
var callback = function(arg){
|
||||
|
Loading…
Reference in New Issue
Block a user