When sending a GET request to /tokens/accounts on a firefly network with no accounts, the response is null rather than an expected response of []
Steps to reproduce:
- Start-up firefly org with no accounts in DB
- Send GET request to
/tokens/accounts
- Response is
null. Expected response is []