From d3289c849799ae3fdf43d32d4347b2af32784d17 Mon Sep 17 00:00:00 2001 From: tristan Date: Thu, 22 Jan 2026 10:21:45 +0100 Subject: [PATCH] =?UTF-8?q?fix=20:=20correction=20du=20path=20URI=20pour?= =?UTF-8?q?=20la=20cr=C3=A9ation=20d'un=20poids=20dans=20une=20r=C3=A9cept?= =?UTF-8?q?ion?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/composables/useWeighing.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/composables/useWeighing.ts b/frontend/composables/useWeighing.ts index 2e2ac94..6552811 100644 --- a/frontend/composables/useWeighing.ts +++ b/frontend/composables/useWeighing.ts @@ -65,7 +65,7 @@ export const useWeighing = ({ }) } else { await createWeight({ - reception: `/receptions/${reception.value.id}`, + reception: `api/receptions/${reception.value.id}`, type: mode, dsd: baseDsd, weight: baseWeight,