update application page, table.
This commit is contained in:
@@ -8,6 +8,5 @@ export const createHistorianCV = async (payload: any) => {
|
||||
|
||||
export const apiGetUserApplications = async (payload :any) => {
|
||||
const response = await api.get(API.Historian.APPLICATION, { params: payload });
|
||||
// console.log("API Response:", response.data);
|
||||
return response?.data;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user