fix: return method should be post
All checks were successful
/ test (push) Successful in 3m51s

This commit is contained in:
Ninjdai 2025-08-18 11:46:59 +02:00
parent bd122f6a7b
commit c201601e22

View file

@ -407,7 +407,7 @@ pub struct BalAndOwnerByIdParams(u32, u32);
#[axum::debug_handler]
#[utoipa::path(
get,
post,
path = "/bal/{id}/accounting/return/{owner_id}",
params(BalAndOwnerByIdParams),
request_body = BalAccountingReturnParams,