diff --git a/src/app/index.route.js b/src/app/index.route.js index a283a65..a9943fa 100644 --- a/src/app/index.route.js +++ b/src/app/index.route.js @@ -6,6 +6,7 @@ .config(routeConfig); function routeConfig($stateProvider, $urlRouterProvider) { + $urlRouterProvider.when('/:profile', '/profile/:profile'); $stateProvider .state('main', { url: '/', -- libgit2 0.21.2