feat : ajout d'une page de creation d'une expedition
This commit is contained in:
@@ -32,7 +32,7 @@ export async function updateShipment(id: number, payload: ShipmentPayload) {
|
||||
})
|
||||
}
|
||||
|
||||
export async function getWeight(): Promise<WeightData> {
|
||||
export async function getWeightShipment(): Promise<WeightData> {
|
||||
const api = useApi()
|
||||
return api.get<WeightData>('shipments/weigh', {}, {
|
||||
toastErrorKey: 'errors.shipment.weigh'
|
||||
|
||||
Reference in New Issue
Block a user