Merge pull request #492 from containous/fix-webui-proxy
Fix webui proxying
This commit is contained in:
commit
ecaa146d5b
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
/** @ngInject */
|
||||
function Health($resource) {
|
||||
return $resource('/health');
|
||||
return $resource('../health');
|
||||
}
|
||||
|
||||
})();
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
/** @ngInject */
|
||||
function Providers($resource) {
|
||||
return $resource('/api/providers');
|
||||
return $resource('../api/providers');
|
||||
}
|
||||
|
||||
})();
|
||||
|
|
Loading…
Reference in a new issue