mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2022-10-30 02:30:37 +03:00
- (ui): API requests don't work when reverse proxy is in use
Closes: #2197
This commit is contained in:
2
client/constants.js
vendored
2
client/constants.js
vendored
@@ -3,7 +3,7 @@ const BUILD_ENVS = {
|
||||
prod: 'production',
|
||||
};
|
||||
|
||||
const BASE_URL = '/control';
|
||||
const BASE_URL = 'control';
|
||||
|
||||
module.exports = {
|
||||
BUILD_ENVS,
|
||||
|
||||
Reference in New Issue
Block a user