You need to sign in or sign up before continuing.
Commit e67e0790 by G

updated path for the query. typepaiment -> operateur

parent 7af6094f
...@@ -4,7 +4,7 @@ import { IpaginatedResponse, IpaymentType } from "./Types"; ...@@ -4,7 +4,7 @@ import { IpaginatedResponse, IpaymentType } from "./Types";
const getPaymentTypes = async () => { const getPaymentTypes = async () => {
return await axiosRequest<IpaginatedResponse<IpaymentType[]>>({ return await axiosRequest<IpaginatedResponse<IpaymentType[]>>({
url: "/typepaiement/", url: "/operateur/",
method: "GET", method: "GET",
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment