kaunghz / VirtuAlgo

2 stars 0 forks source link

Display the users balance on the index page #42

Closed hoalex21 closed 11 months ago

hoalex21 commented 11 months ago

Added a route in server to get the user's balance. Replaced instances of balance with an async function the makes requests to the new route. Also added an async function that retrieves the balance and displays it.