|
@@ -1,9 +1,9 @@
|
|
|
-export const SIGN_IN_URL = 'http://quiz.maxcrc.de/api/v1/user?';
|
|
|
+export const SIGN_IN_URL = 'https://quiz.maxcrc.de/api/v1/user?';
|
|
|
export const SIGN_IN_REQUEST = 'SIGN_IN_REQUEST';
|
|
|
export const SIGN_IN_REQUEST_SUCCESS = 'SIGN_IN_REQUEST_SUCCESS';
|
|
|
export const SIGN_IN_REQUEST_FAILURE = 'SIGN_IN_REQUEST_FAILURE';
|
|
|
|
|
|
-export const SIGN_UP_URL = 'http://quiz.maxcrc.de/api/v1/user';
|
|
|
+export const SIGN_UP_URL = 'https://quiz.maxcrc.de/api/v1/user';
|
|
|
export const SIGN_UP_REQUEST = 'SIGN_UP_REQUEST';
|
|
|
export const SIGN_UP_REQUEST_SUCCESS = 'SIGN_UP_REQUEST_SUCCESS';
|
|
|
export const SIGN_UP_REQUEST_FAILURE = 'SIGN_UP_REQUEST_FAILURE';
|
|
@@ -19,7 +19,7 @@ export const USERS_GET_REQUEST_FAILURE = 'USERS_GET_REQUEST_FAILURE';
|
|
|
|
|
|
export const TOKEN_AUTH = 'TOKEN_AUTH';
|
|
|
|
|
|
-export const USERS_CHANGE_URL = 'http://quiz.maxcrc.de/api/v1/user/';
|
|
|
+export const USERS_CHANGE_URL = 'https://quiz.maxcrc.de/api/v1/user/';
|
|
|
export const USERS_CHANGE_REQUEST = 'USERS_CHANGE_REQUEST';
|
|
|
export const USERS_CHANGE_REQUEST_SUCCESS = 'USERS_CHANGE_REQUEST_SUCCESS';
|
|
|
export const USERS_CHANGE_REQUEST_FAILURE = 'USERS_CHANGE_REQUEST_FAILURE';
|
|
@@ -34,7 +34,7 @@ export const GET_CARDS = 'GET_CARD';
|
|
|
export const GET_CARDS_SUCCESS = 'GET_CARDS_SUCCESS';
|
|
|
export const GET_CARDS_FAILURE = 'GET_CARDS_FAILURE';
|
|
|
|
|
|
-export const USER_GET ='http://quiz.maxcrc.de/api/v1/user?'
|
|
|
+export const USER_GET ='https://quiz.maxcrc.de/api/v1/user?'
|
|
|
export const USER_GET_REQUEST = 'USER_GET_REQUEST';
|
|
|
export const USER_GET_REQUEST_SUCCESS = 'USER_GET_REQUEST_SUCCESS';
|
|
|
export const USER_GET_REQUEST_FAILURE = 'USER_GET_REQUEST_FAILURE';
|