From 55c6f4ad3eb9ca057f679a189a6dc2b080869143 Mon Sep 17 00:00:00 2001 From: tsygankoviva Date: Thu, 13 Aug 2026 08:17:09 +0300 Subject: [PATCH] =?UTF-8?q?direction-fix:=20=D0=BF=D0=BE=D1=84=D0=B8=D0=BA?= =?UTF-8?q?=D1=81=D0=B8=D0=BB=20=D0=B0=D0=BF=D0=B4=D0=B5=D0=B9=D1=82=20?= =?UTF-8?q?=D1=8D=D1=82=D0=B0=D0=BF=D0=BE=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/api/stages.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/api/stages.js b/web/src/api/stages.js index 900f579..92963df 100644 --- a/web/src/api/stages.js +++ b/web/src/api/stages.js @@ -9,7 +9,7 @@ export const StagesApi = { if (direction) { return api .patch( - `/stages/form/${budget_form_id}/${sheet}/${phase_code}/?direction=${direction}`, + `/stages/form/${budget_form_id}/${sheet}/${phase_code}?direction=${direction}`, payload, ) .then((r) => r.data);