add get accounts
- add get accounts to account.http - add getAccounts to AccountController - add missing test in AccountServiceTest - add getAccounts to AccountService
This commit is contained in:
@@ -14,3 +14,12 @@ Content-Type: application/json
|
||||
"ROLE_TEST"
|
||||
]
|
||||
}
|
||||
|
||||
### Get accounts
|
||||
GET {{hostname}}/accounts
|
||||
|
||||
### Get accounts
|
||||
GET {{hostname}}/accounts/page-1
|
||||
|
||||
### Get accounts
|
||||
GET {{hostname}}/accounts/page-1/show-5
|
||||
|
||||
Reference in New Issue
Block a user