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

View File

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