Make app,localization in url optional+tld+subdomain

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

View File

@ -1,7 +1,7 @@
[ [
{ {
"id": 1003301001, "id": 1003301001,
"pid": "/backend", "pid": "/",
"type": 2, "type": 2,
"subtype": 0, "subtype": 0,
"name": "Tools", "name": "Tools",

View File

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