Initial commit
This commit is contained in:
22
application/Espo/Resources/metadata/app/clientRoutes.json
Normal file
22
application/Espo/Resources/metadata/app/clientRoutes.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"AddressMap/view/:entityType/:id/:field": {
|
||||
"params": {
|
||||
"controller": "AddressMap",
|
||||
"action": "view"
|
||||
}
|
||||
},
|
||||
"Admin/:page": {
|
||||
"params": {
|
||||
"controller": "Admin",
|
||||
"action": "page"
|
||||
},
|
||||
"order": 1
|
||||
},
|
||||
"Admin/:page/:options": {
|
||||
"params": {
|
||||
"controller": "Admin",
|
||||
"action": "page"
|
||||
},
|
||||
"order": 1
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user