Add endpoint to get allowance history #37

Merged
seeseemelk merged 4 commits from 12/get-history into main 2025-05-14 15:27:30 +02:00
Showing only changes of commit 34d9f74a86 - Show all commits

View File

@ -402,5 +402,4 @@ func TestPostAllowanceInvalidUserId(t *testing.T) {
e.POST("/user/999/allowance").WithJSON(PostAllowance{Allowance: 100}).Expect().
Status(404)
}