SOLR-7858 Make default URL=/

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1712260 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Upayavira 2015-11-03 11:43:35 +00:00
parent 4c27fd899f
commit 25b6b40242
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ solrAdminApp.config([
IS_ROOT_PAGE: 1,
IS_CORE_PAGE: 2,
IS_COLLECTION_PAGE: 3,
ROOT_URL: "/index.html"
ROOT_URL: "/"
})
.filter('highlight', function($sce) {
return function(input, lang) {