Frontend page kinda wokrking
Websockets need to be added
This commit is contained in:
@@ -160,6 +160,6 @@ async def api_gerty_json(
|
||||
if r:
|
||||
ln.append(r.json())
|
||||
|
||||
return {"wallets":wallets, "sats_quote":satoshi, "exchange":exchange, "onchain":onchain, "ln":ln}
|
||||
return {"name":gerty.name, "wallets":wallets, "sats_quote":satoshi, "exchange":exchange, "onchain":onchain, "ln":ln}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user