Skip to content

Commit fdba99a

Browse files
committed
Auto merge of #3210 - Turbo87:download-route, r=locks
router: Remove unused/empty `crate.download` route This route does not seem to be used anywhere and it has neither controller, nor template, nor route file. r? `@pichfl`
2 parents 86d3657 + 3100060 commit fdba99a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/router.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ Router.map(function () {
1111
this.route('github-authorize', { path: '/authorize/github' });
1212
this.route('crates');
1313
this.route('crate', { path: '/crates/:crate_id' }, function () {
14-
this.route('download');
1514
this.route('versions');
1615
this.route('version', { path: '/:version_num' });
1716

0 commit comments

Comments
 (0)