Make app,localization in url optional+tld+subdomain

This commit is contained in:
Dennis Eichhorn 2019-03-09 23:21:29 +01:00
parent 666f5f8978
commit 7c39258c22
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
[
{
"id": 1006901001,
"pid": "/backend",
"pid": "/",
"type": 2,
"subtype": 0,
"name": "Home",
@ -16,11 +16,11 @@
},
{
"id": 1006900001,
"pid": "/backend",
"pid": "/",
"type": 1,
"subtype": 1,
"name": "Logout",
"uri": "{/lang}/api/logout?{?}",
"uri": "{/prefix}api/logout?{?}",
"target": "self",
"icon": "fa fa-power-off",
"order": 999,

View File

@ -25,7 +25,7 @@
"load": [
{
"pid": [
"/backend"
"/"
],
"type": 5,
"from": "Home",