Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 3736 Rev 3741
Línea 9... Línea 9...
9
  return await api.post('/account-settings/basic', data);
9
  return await api.post('/account-settings/basic', data);
10
};
10
};
Línea 11... Línea 11...
11
 
11
 
12
// Notifications service
12
// Notifications service
13
export const getNotificationSettings = async () => {
13
export const getNotificationSettings = async () => {
14
  return await api.get('/account-settings/notifications');
14
  return await api.get('/account-settings/notification');
Línea 15... Línea 15...
15
};
15
};
16
 
16
 
17
export const updateNotificationSettings = async (data) => {
17
export const updateNotificationSettings = async (data) => {