Games tab on admin page working

This commit is contained in:
2025-03-04 21:14:22 -05:00
parent dd4480cf4e
commit f528cbaa2b
25 changed files with 631 additions and 25 deletions

View File

@@ -186,6 +186,7 @@ public class AccountController{
log.info("Updating account {}", accountId);
//TODO: Existing account verification
Account oldAccount = accountService.getByAccountId(accountId);
ObjectNode returnNode = mapper.createObjectNode();
if(oldAccount == null){