diff --git a/apps/edr-freight-web/backoffice/src/shared/services/organizationsService.ts b/apps/edr-freight-web/backoffice/src/shared/services/organizationsService.ts index 84a88b71c..3a560a08d 100644 --- a/apps/edr-freight-web/backoffice/src/shared/services/organizationsService.ts +++ b/apps/edr-freight-web/backoffice/src/shared/services/organizationsService.ts @@ -46,7 +46,8 @@ export const getOrganizations = async ( }; export const getMyAdminOrganizations = async (): Promise => { - return axiosInstance.get("/organizations/my-admin-organizations", { + //my-admin-organizations + return axiosInstance.get("/organizations/with-admin-flag", { headers: withHeaders(), }); };