Delete ImageGaller.jsx file.
This commit is contained in:
parent
889a735d6a
commit
445da29cc7
@ -1,9 +0,0 @@
|
|||||||
import { api } from "../../utils/axiosClient";
|
|
||||||
|
|
||||||
export const ImageGalleryAPI = {
|
|
||||||
ImagesGet: (projectId, filter, pageNumber, pageSize) => {
|
|
||||||
const payloadJsonString = JSON.stringify(filter);
|
|
||||||
// Corrected API endpoint with pagination parameters
|
|
||||||
return api.get(`/api/image/images/${projectId}?filter=${payloadJsonString}&pageNumber=${pageNumber}&pageSize=${pageSize}`);
|
|
||||||
},
|
|
||||||
};
|
|
||||||
Loading…
x
Reference in New Issue
Block a user