We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
crate.download
1 parent 0383b0e commit 3100060Copy full SHA for 3100060
app/router.js
@@ -11,7 +11,6 @@ Router.map(function () {
11
this.route('github-authorize', { path: '/authorize/github' });
12
this.route('crates');
13
this.route('crate', { path: '/crates/:crate_id' }, function () {
14
- this.route('download');
15
this.route('versions');
16
this.route('version', { path: '/:version_num' });
17
0 commit comments