Tried adding comboBox content

This commit is contained in:
2022-01-26 15:04:32 +01:00
parent 596343fe47
commit 91daf95990
3 changed files with 28 additions and 10 deletions

View File

@@ -138,7 +138,7 @@ public class DataController {
* User *
********/
public List<User> getUser() throws HttpRequestException {
public List<User> getAllUser() throws HttpRequestException {
String userJSON = sendBasicHttpRequest(
ALL_USER_ENDPOINT,
"",