Skip to content

Commit 3100060

Browse files
committed
router: Remove unused/empty crate.download route
1 parent 0383b0e commit 3100060

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)