From 3100060cd506cd6f1d636dae2a723e21b04dbab5 Mon Sep 17 00:00:00 2001 From: Tobias Bieniek Date: Thu, 28 Jan 2021 17:10:47 +0100 Subject: [PATCH] router: Remove unused/empty `crate.download` route --- app/router.js | 1 - 1 file changed, 1 deletion(-) 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' });