Skip to content
Extraits de code Groupes Projets
Valider 43c8fe40 rédigé par anas elhaddad's avatar anas elhaddad
Parcourir les fichiers

add restoration button

parent 6a802178
Branches
1 requête de fusion!499Ms-99/add storation button
Pipeline #16428 réussi avec l'étape
in 4 minutes et 39 secondes
......@@ -442,13 +442,16 @@ export const endpoints = {
getTypeCount:"/api/cart/count-type",
getDeletedSeleSessionPage: "/api/cart/deleted/page",
getDeletedTypeCount:"/api/cart/deleted/count-type",
getUnregisteredClientPage:"/api/user/unregistered-client/page"
getUnregisteredClientPage:"/api/user/unregistered-client/page",
restoreOrder: (orderId:string) => `/api/cart/restore/${orderId}`
},
supplier: {
getAllSupplier: "/api/user/supplier",
getSupplierDetails: (id: string) => `/api/user/supplier/${id}`,
addSupplier: "/api/user/supplier/add",
deleteSupplier: (id: number) => `/api/user/supplier/delete/${id}`,
deleteContact: (id: number) => `/api/user/supplier/contacts/${id}`,
updateSupplier: "/api/user/supplier/update",
archiveSupplier: (id: number, isArchived: boolean) => `/api/user/supplier/${id}/${isArchived}`,
getArchivedSuppliers: "/api/user/supplier/archived",
......
0% ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter