diff --git a/client/constants.js b/client/constants.js index c7c9a0e1..f05c2d6e 100644 --- a/client/constants.js +++ b/client/constants.js @@ -3,7 +3,7 @@ const BUILD_ENVS = { prod: 'production', }; -const BASE_URL = '/control'; +const BASE_URL = 'control'; module.exports = { BUILD_ENVS,