randomcharacter/pathfindergen.psgi

9 lines
131 B
Perl

use strict;
use warnings;
use PathfinderGen;
my $app = PathfinderGen->apply_default_middlewares(PathfinderGen->psgi_app);
$app;