Make app,localization in url optional+tld+subdomain

This commit is contained in:
Dennis Eichhorn 2019-03-09 23:21:29 +01:00
parent 4d02c7629d
commit eb686f80ab
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -25,7 +25,7 @@
"load": [
{
"pid": [
"/backend/warehouse"
"/warehouse"
],
"type": 4,
"for": 0,
@ -34,7 +34,7 @@
},
{
"pid": [
"/backend"
"/"
],
"type": 5,
"from": "WarehouseManagement",