mirror of
https://github.com/elyby/accounts-frontend.git
synced 2024-11-17 21:53:03 +05:30
Поправлена ссылка на форму регистрации
This commit is contained in:
parent
df22b17457
commit
185e328945
@ -46,7 +46,7 @@ export function register({
|
|||||||
}) {
|
}) {
|
||||||
return (dispatch) =>
|
return (dispatch) =>
|
||||||
request.post(
|
request.post(
|
||||||
'/api/signup/register',
|
'/api/signup',
|
||||||
{email, username, password, rePassword, rulesAgreement}
|
{email, username, password, rePassword, rulesAgreement}
|
||||||
)
|
)
|
||||||
.then(() => {
|
.then(() => {
|
||||||
|
Loading…
Reference in New Issue
Block a user