Proyectos de Subversion LeadersLinked - SPA

Rev

Rev 3682 | | Comparar con el anterior | Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
3719 stevensc 1
import { api } from '@shared/libs';
2
 
3
export const getGroupTypes = async () => {
4
  return await api.get('/helpers/group-types');
5
};
6
 
7
export const getIndustries = async () => {
8
  return await api.get('/helpers/industries');
9
};