Update URL

This commit is contained in:
Aurelsicoko 2018-03-14 16:08:33 +01:00
parent d59025de06
commit 94dc9305b1

View File

@ -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']),
});