Remove homepage
This commit is contained in:
@@ -94,7 +94,7 @@ admin.user = admin@wisemapping.org
|
||||
|
||||
|
||||
# Site Homepage URL. This will be used as URL for homepage location.
|
||||
site.homepage = c/home
|
||||
site.homepage = c/login
|
||||
|
||||
# Font end static content can be deployed externally to the web app. Uncomment here and specify the url base location.
|
||||
site.static.js.url = /static
|
||||
|
@@ -18,9 +18,7 @@
|
||||
<sec:http pattern="/css/**" security="none"/>
|
||||
<sec:http pattern="/js/**" security="none"/>
|
||||
<sec:http pattern="/images/**" security="none"/>
|
||||
|
||||
<sec:http pattern="/c/home" security="none"/>
|
||||
|
||||
|
||||
<sec:http pattern="/c/maps/*/embed" security="none"/>
|
||||
<sec:http pattern="/c/maps/*/try" security="none"/>
|
||||
<sec:http pattern="/c/maps/*/public" security="none"/>
|
||||
|
Reference in New Issue
Block a user