Browse Source

* cleanup

master
Alex 'AdUser' Z 6 years ago
parent
commit
584d1d9367
  1. 3
      lib/LDV.pm

3
lib/LDV.pm

@ -65,9 +65,6 @@ sub startup {
$zb->route('/:time', time => qr/\d+/)
->via('GET') -> to(action => 'view');
$zb->get('/prune') -> to(action => 'prune');
my $conf = $self->app->config->{zerobin};
mkdir $self->app->home->rel_dir($conf->{root});
}
{ # /imgbin

Loading…
Cancel
Save