We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3245fcc commit 21d37a7Copy full SHA for 21d37a7
index.js
@@ -460,6 +460,7 @@ function main() {
460
if (url && url['conan_package.tgz']) {
461
found = true;
462
res.redirect(302, url['conan_package.tgz']);
463
+ return;
464
}
465
466
@@ -492,6 +493,7 @@ function main() {
492
493
494
495
496
497
498
499
@@ -533,6 +535,7 @@ function main() {
533
535
534
536
537
538
539
540
541
0 commit comments