Remove Dancer2 files

This commit is contained in:
Lucas 2023-03-04 21:31:42 +00:00
parent ff22b71fa1
commit fbcaea8bfc
13 changed files with 0 additions and 581 deletions

View file

@ -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;
};