From c201601e2260f0bfab05b300c3140e55535f15d6 Mon Sep 17 00:00:00 2001 From: Ninjdai Date: Mon, 18 Aug 2025 11:46:59 +0200 Subject: [PATCH] fix: return method should be post --- src/routes/bal.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/bal.rs b/src/routes/bal.rs index 1caa277..671c261 100644 --- a/src/routes/bal.rs +++ b/src/routes/bal.rs @@ -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,