Made application monouser
This commit is contained in:
parent
1c1a9589b7
commit
d2a020b226
17 changed files with 165 additions and 856 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue