mirror of
https://github.com/strapi/strapi.git
synced 2025-11-12 16:22:10 +00:00
Update URL
This commit is contained in:
parent
d59025de06
commit
94dc9305b1
@ -43,7 +43,7 @@ export function* submitForm(action) {
|
|||||||
|
|
||||||
if (body.news) {
|
if (body.news) {
|
||||||
try {
|
try {
|
||||||
yield call(request, 'http://localhost:1338/register', {
|
yield call(request, 'https://analytics.strapi.io/register', {
|
||||||
method: 'POST',
|
method: 'POST',
|
||||||
body: omit(body, ['password', 'confirmPassword']),
|
body: omit(body, ['password', 'confirmPassword']),
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user