- (ui): API requests don't work when reverse proxy is in use
Closes: #2197
This commit is contained in:
parent
052a9ae196
commit
2ba85ba8e1
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue