mirror of
https://github.com/traefik/traefik.git
synced 2025-12-07 18:41:35 +01:00
Merge pull request #492 from containous/fix-webui-proxy
Fix webui proxying
This commit is contained in:
commit
ecaa146d5b
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
/** @ngInject */
|
/** @ngInject */
|
||||||
function Health($resource) {
|
function Health($resource) {
|
||||||
return $resource('/health');
|
return $resource('../health');
|
||||||
}
|
}
|
||||||
|
|
||||||
})();
|
})();
|
||||||
|
|||||||
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
/** @ngInject */
|
/** @ngInject */
|
||||||
function Providers($resource) {
|
function Providers($resource) {
|
||||||
return $resource('/api/providers');
|
return $resource('../api/providers');
|
||||||
}
|
}
|
||||||
|
|
||||||
})();
|
})();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user