test again

This commit is contained in:
Expand-sys 2021-04-22 10:53:23 +10:00
parent 35ad2dd78d
commit c0c9db613c

View file

@ -144,6 +144,7 @@ app.get('/BankF', ensureAuthenticated, async function(req, res){
let balance = 0
try{
balance = await got(process.env.BANKAPIURL+'BankF/'+req.session.user+'/bal')
console.log(balance)
balance = JSON.parse(balance.body)
} catch(err){
console.log(err)