Add a missing newline.
This commit is contained in:
parent
eed390e96b
commit
eafb1679e5
1 changed files with 2 additions and 1 deletions
|
|
@ -20,4 +20,5 @@
|
||||||
my $uploadsPath = $wg->config->get('uploadsPath');
|
my $uploadsPath = $wg->config->get('uploadsPath');
|
||||||
enable 'Plack::Middleware::Static',
|
enable 'Plack::Middleware::Static',
|
||||||
path => sub { s{^$uploadsURL/}{} },
|
path => sub { s{^$uploadsURL/}{} },
|
||||||
root => "$uploadsPath/";
|
root => "$uploadsPath/";
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue