From e67e07903d58ef298a7331a7804a997a632ff8fc Mon Sep 17 00:00:00 2001 From: G Date: Mon, 13 May 2024 16:57:53 +0000 Subject: [PATCH] updated path for the query. typepaiment -> operateur --- src/utils/requests/getPaymentTypes.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", }); -- libgit2 0.27.1