You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ngcp-panel/ngcp_panel.psgi

9 lines
125 B

use strict;
use warnings;
use NGCP::Panel;
my $app = NGCP::Panel->apply_default_middlewares(NGCP::Panel->psgi_app);
$app;