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,