diff --git a/src/utils/requests/getPaymentTypes.ts b/src/utils/requests/getPaymentTypes.ts index 3893fb9..483dbd9 100644 --- a/src/utils/requests/getPaymentTypes.ts +++ b/src/utils/requests/getPaymentTypes.ts @@ -4,7 +4,7 @@ import { IpaginatedResponse, IpaymentType } from "./Types"; const getPaymentTypes = async () => { return await axiosRequest>({ - url: "/typepaiement/", + url: "/operateur/", method: "GET", });