Made application monouser

This commit is contained in:
Manuel Forcén Muñoz 2024-06-03 21:28:34 +02:00
parent 1c1a9589b7
commit d2a020b226
17 changed files with 165 additions and 856 deletions

View file

@ -47,7 +47,7 @@ pub async fn list(
Path(account): Path<i32>,
Query(pagination): Query<PaginationOptions>,
) -> (StatusCode, String) {
match Transaction::list(
match Transaction::list_by_account(
db.as_ref(),
account,
pagination.limit.unwrap_or(100),