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