diff --git a/assets/scripts/app/routes.coffee b/assets/scripts/app/routes.coffee index a5261786..07dccbce 100644 --- a/assets/scripts/app/routes.coffee +++ b/assets/scripts/app/routes.coffee @@ -72,9 +72,7 @@ Travis.Router.map -> @route 'auth', path: '/auth' @resource 'profile', path: '/profile', -> - @route 'index', path: '/' @resource 'account', path: '/:login', -> - @route 'index', path: '/' @route 'profile', path: '/profile' @route 'notFound', path: "/*path"