File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ title: Downloads Archive
1717 // get list of objects with given prefix
1818 let releaseData = [];
1919 try {
20- const response = await fetch (' archive-listing /' + prefix);
20+ const response = await fetch (' archive/' + prefix);
2121 releaseData = await response .json ();
2222 }
2323 catch (e) {
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ const corsHeaders = {
2121 "Access-Control-Max-Age" : "86400" ,
2222}
2323
24- const urlPrefix = 'downloads/archive- listing/' ;
24+ const urlPrefix = 'downloads/listing/archive /' ;
2525
2626export default {
2727 async fetch ( request , env ) : Promise < Response > {
Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ enabled = true
1010head_sampling_rate = 1
1111
1212[[routes ]]
13- pattern =" *.lyrion.org/downloads/archive- listing/*"
13+ pattern =" *.lyrion.org/downloads/listing/archive /*"
1414zone_name =" lyrion.org"
1515
1616[[routes ]]
17- pattern =" lyrion.org/downloads/archive- listing/*"
17+ pattern =" lyrion.org/downloads/listing/archive /*"
1818zone_name =" lyrion.org"
1919
2020[[r2_buckets ]]
You can’t perform that action at this time.
0 commit comments