diff --git a/src/components/auth/actions.js b/src/components/auth/actions.js index eb8c285..6bcd97e 100644 --- a/src/components/auth/actions.js +++ b/src/components/auth/actions.js @@ -46,7 +46,7 @@ export function register({ }) { return (dispatch) => request.post( - '/api/signup/register', + '/api/signup', {email, username, password, rePassword, rulesAgreement} ) .then(() => {