Skip to content

Commit

Permalink
Remove left-over line on Static configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
andk committed Apr 20, 2018
1 parent a9ea1c3 commit 8a3aafe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app.psgi
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ builder {
enable 'Static',
path => qr{(?:(?<!index)\.(js|css|gif|jpg|png|pod|html)$|^/\.well-known/)},
root => "$FindBin::Bin/htdocs";
enable 'Static', path => qr{(?<!index)\.(js|css|gif|jpg|png|pod|html)$}, root => "$FindBin::Bin/htdocs";

mount '/pub/PAUSE' => builder {
enable '+PAUSE::Middleware::Auth::Basic';
Expand Down

0 comments on commit 8a3aafe

Please sign in to comment.