In your command-line run the following commands:
brew doctorbrew update
| const BACKEND_URL = 'https://fakeserver.com/api' | |
| export function signUpUser(email, password) { | |
| return async (dispatch) => { | |
| try { | |
| const signUp = await axios.post(`${BACKEND_URL}/signup`, { | |
| email: email, | |
| password: password | |
| }) | |
In your command-line run the following commands:
brew doctorbrew update