[ { "url": "!defaultroute", "role": "*", "controller" : "/common/errorController", "method": "_404" }, { "url": "/401", "role": "*", "controller" : "/common/errorController", "method": "_401" }, { "url": "/dashboard", "role": [ "admin" ], "controller" : "/dashboard/DashboardsController" }, { "url": "/", "role": "admin", "exturl": "/dashboard" }, { "url": "/", "role": [ "*" ], "exturl": "/dashboard" } ]