diff options
Diffstat (limited to 'server/sonar-web/src/main/js/apps/component-measures/app.js')
-rw-r--r-- | server/sonar-web/src/main/js/apps/component-measures/app.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/js/apps/component-measures/app.js b/server/sonar-web/src/main/js/apps/component-measures/app.js index 264b835b95e..230a10f092a 100644 --- a/server/sonar-web/src/main/js/apps/component-measures/app.js +++ b/server/sonar-web/src/main/js/apps/component-measures/app.js @@ -43,7 +43,7 @@ window.sonarqube.appStarted.then(options => { const el = document.querySelector(options.el); const history = useRouterHistory(createHistory)({ - basename: '/component_measures' + basename: window.baseUrl + '/component_measures' }); const store = configureStore({ |