- (ui): API requests don't work when reverse proxy is in use

Closes: #2197
This commit is contained in:
Andrey Meshkov 2020-10-22 18:29:52 +03:00
parent 052a9ae196
commit 2ba85ba8e1
1 changed files with 1 additions and 1 deletions

2
client/constants.js vendored
View File

@ -3,7 +3,7 @@ const BUILD_ENVS = {
prod: 'production', prod: 'production',
}; };
const BASE_URL = '/control'; const BASE_URL = 'control';
module.exports = { module.exports = {
BUILD_ENVS, BUILD_ENVS,