small fix

1 parent f4319f22
Showing with 1 additions and 1 deletions
......@@ -56,7 +56,7 @@ get '/' => sub {
get '/download' => sub {
my $self = shift;
my @files = glob("public/data/*.zip");
my @files = glob("public/data/*.7z");
my @wikitree = wikitree();
my @data;
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!