diff --git a/app/router.js b/app/router.js index 4507c0c42e8..01106d6911f 100644 --- a/app/router.js +++ b/app/router.js @@ -11,7 +11,6 @@ Router.map(function () { this.route('github-authorize', { path: '/authorize/github' }); this.route('crates'); this.route('crate', { path: '/crates/:crate_id' }, function () { - this.route('download'); this.route('versions'); this.route('version', { path: '/:version_num' });