Skip to content
Snippets Groups Projects
Commit 275d845f authored by Allen Gilliland's avatar Allen Gilliland
Browse files

handle the admin section root url.

parent 91115ec9
Branches
Tags
No related merge requests found
......@@ -69,6 +69,12 @@ Corvus.config(['$routeProvider', '$locationProvider', function($routeProvider, $
}
});
$routeProvider.when('/:orgSlug/admin/', {
redirectTo: function(routeParams, path, search) {
return '/' + routeParams.orgSlug + '/admin/org/';
}
});
// admin routes
$routeProvider.when('/:orgSlug/admin/test_login_form', {
templateUrl: '/app/admin/test_login_form.html',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment