Remove Dancer2 files
This commit is contained in:
parent
ff22b71fa1
commit
fbcaea8bfc
13 changed files with 0 additions and 581 deletions
15
bin/app.psgi
15
bin/app.psgi
|
@ -1,15 +0,0 @@
|
|||
#!/usr/bin/env perl
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
use FindBin;
|
||||
use lib "$FindBin::Bin/../lib";
|
||||
|
||||
use PoorBooru;
|
||||
use PoorBooru::API::V0;
|
||||
use Plack::Builder;
|
||||
|
||||
builder {
|
||||
mount "/" => PoorBooru->to_app;
|
||||
mount "/api/v0" => PoorBooru::API::V0->to_app;
|
||||
};
|
Reference in a new issue