add missing variable to config
This commit is contained in:
@@ -3,5 +3,6 @@ const API_VERSION = 'v2';
|
||||
|
||||
const API_SERVER_BASE = process.env.REACT_APP_API_URL;
|
||||
const API_SERVER = API_SERVER_BASE;
|
||||
const API_SERVER_LOGIN = API_SERVER + "/wp-admin";
|
||||
|
||||
export {API_SERVER_BASE, API_SERVER, APPLICATION_NAME}
|
||||
export {API_SERVER_BASE, API_SERVER, APPLICATION_NAME, API_SERVER_LOGIN}
|
||||
|
||||
Reference in New Issue
Block a user