mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2025-03-14 22:48:35 +03:00
- (ui): API requests don't work when reverse proxy is in use
Closes: #2197
This commit is contained in:
parent
052a9ae196
commit
2ba85ba8e1
1 changed files with 1 additions and 1 deletions
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,
|
||||
|
|
Loading…
Add table
Reference in a new issue