approve Request api

This commit is contained in:
YasinShaikh123
2024-10-10 16:16:28 +05:30
parent c0ce32219e
commit 88bea104f6
6 changed files with 24 additions and 17 deletions

View File

@@ -13,7 +13,7 @@ export const fawateerRequest = createApi({
endpoints: (builder) => ({
getFawateerRequest: builder.query({
query: () => `/fawateer/admin/getAll`,
query: () => `/fawateer/admin/Pending`,
providesTags: ["getFawateerRequest"],
}),