fix : correction du path URI pour la création d'un poids dans une réception

This commit is contained in:
tristan
2026-01-22 10:21:45 +01:00
parent 9f589bc86c
commit d3289c8497
+1 -1
View File
@@ -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,