mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-09-09 05:58:18 +00:00
fix
This commit is contained in:
@@ -46,7 +46,8 @@ export const getOrganizations = async (
|
|||||||
};
|
};
|
||||||
|
|
||||||
export const getMyAdminOrganizations = async (): Promise<AxiosResponse> => {
|
export const getMyAdminOrganizations = async (): Promise<AxiosResponse> => {
|
||||||
return axiosInstance.get("/organizations/my-admin-organizations", {
|
//my-admin-organizations
|
||||||
|
return axiosInstance.get("/organizations/with-admin-flag", {
|
||||||
headers: withHeaders(),
|
headers: withHeaders(),
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user