This commit is contained in:
parent
bd122f6a7b
commit
c201601e22
1 changed files with 1 additions and 1 deletions
|
|
@ -407,7 +407,7 @@ pub struct BalAndOwnerByIdParams(u32, u32);
|
||||||
|
|
||||||
#[axum::debug_handler]
|
#[axum::debug_handler]
|
||||||
#[utoipa::path(
|
#[utoipa::path(
|
||||||
get,
|
post,
|
||||||
path = "/bal/{id}/accounting/return/{owner_id}",
|
path = "/bal/{id}/accounting/return/{owner_id}",
|
||||||
params(BalAndOwnerByIdParams),
|
params(BalAndOwnerByIdParams),
|
||||||
request_body = BalAccountingReturnParams,
|
request_body = BalAccountingReturnParams,
|
||||||
|
|
|
||||||
Reference in a new issue