diff --git a/frontend/src/config.js b/frontend/src/config.js index 3bca27e..efbfbe8 100644 --- a/frontend/src/config.js +++ b/frontend/src/config.js @@ -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}