feat: add ExpenseListController validation and authorization tests

This commit is contained in:
2026-05-04 22:46:29 +02:00
parent a948bca2fc
commit bb2a4d70b2
2 changed files with 136 additions and 1 deletions
@@ -19,7 +19,7 @@ import de.zendric.app.xpensely_server.services.UserService;
@RestController
@RequestMapping("/api/expenselist")
class ExpenseListController {
public class ExpenseListController {
private final ExpenseListService expenseListService;
private final UserService userService;