Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 3741 Rev 3746
Línea 2... Línea 2...
2
 
2
 
3
export const getQuestions = (params) => {
3
export const getQuestions = (params) => {
4
  return api.get('/my-coach/questions', { params });
4
  return api.get('/my-coach/questions', { params });
Línea -... Línea 5...
-
 
5
};
-
 
6
 
-
 
7
export const getQuestion = (uuid) => {
-
 
8
  return api.get(`/my-coach/questions/view/${uuid}`);
5
};
9
};
6
 
10
 
7
export const getQuestionsCategories = () => {
11
export const getQuestionsCategories = () => {
Línea 8... Línea 12...
8
  return api.get('/my-coach');
12
  return api.get('/my-coach');