Proyectos de Subversion LeadersLinked - SPA

Rev

Rev 3682 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

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