|
|
@@ -46,7 +46,7 @@ export const cursadaFetch = ({_id}) => {
|
|
|
export const claseFetch = ({cursada, _id}) => {
|
|
|
return (dispatch) => {
|
|
|
dispatch({type: CLASE_FETCH});
|
|
|
- const path = 'qqqgetClase.php';
|
|
|
+ const path = 'getClase.php';
|
|
|
post(path, { cursada, id: _id })
|
|
|
.then( (response) => {
|
|
|
dispatch({
|