Commit b7e49aa4 by Alex Bush

Find files, fixed

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