mirror of
				https://github.com/elyby/accounts-frontend.git
				synced 2025-05-31 14:11:58 +05:30 
			
		
		
		
	users -> accounts
This commit is contained in:
		| @@ -27,7 +27,7 @@ export function logout() { | ||||
|  | ||||
| export function fetchUserData() { | ||||
|     return (dispatch) => | ||||
|         request.get('/api/users/current') | ||||
|         request.get('/api/accounts/current') | ||||
|         .then((resp) => { | ||||
|             dispatch(updateUser(resp)); | ||||
|         }) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user