Rev 3682 | AutorÃa | Comparar con el anterior | Ultima modificación | Ver Log |
import { api } from '@shared/libs';
export const getGroupTypes = async () => {
return await api.get('/helpers/group-types');
};
export const getIndustries = async () => {
return await api.get('/helpers/industries');
};