menus, better routes, dev tools, styling
This commit is contained in:
@@ -12,18 +12,18 @@
|
||||
"method": "_401"
|
||||
},
|
||||
{
|
||||
"url": "/dashboard",
|
||||
"role": [ "admin" ],
|
||||
"controller" : "/dashboard/DashboardsController"
|
||||
"url": "/live",
|
||||
"role": [ "*" ],
|
||||
"controller" : "/live/DashboardsController"
|
||||
},
|
||||
{
|
||||
"url": "/",
|
||||
"role": "admin",
|
||||
"exturl": "/dashboard"
|
||||
{
|
||||
"url": "/system",
|
||||
"role": "*",
|
||||
"controller" : "/system/systemController"
|
||||
},
|
||||
{
|
||||
"url": "/",
|
||||
"role": [ "*" ],
|
||||
"exturl": "/dashboard"
|
||||
"exturl": "/live"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user