Make app,localization in url optional+tld+subdomain

This commit is contained in:
Dennis Eichhorn 2019-03-09 23:21:29 +01:00
parent e7e17ddc4e
commit fb2aef1232
2 changed files with 5 additions and 5 deletions

View File

@ -1,11 +1,11 @@
[
{
"id": 1001001001,
"pid": "/backend",
"pid": "/",
"type": 2,
"subtype": 1,
"name": "BusinessExpenses",
"uri": "?{?}",
"uri": "{/prefix}?{?}",
"target": "self",
"icon": null,
"order": 40,
@ -15,11 +15,11 @@
"children": [
{
"id": 1001002001,
"pid": "/backend",
"pid": "/",
"type": 2,
"subtype": 1,
"name": "List",
"uri": "?{?}",
"uri": "{/prefix}?{?}",
"target": "self",
"icon": null,
"order": 40,

View File

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