View | Details | Raw Unified | Return to bug 16733
Collapse All | Expand All

(-)a/debian/templates/plack.psgi (-2 / +1 lines)
Lines 61-67 my $opac = Plack::App::CGIBin->new( Link Here
61
61
62
my $apiv1  = builder {
62
my $apiv1  = builder {
63
    my $server = Mojo::Server::PSGI->new;
63
    my $server = Mojo::Server::PSGI->new;
64
    $server->load_app('/usr/share/koha/api/v1/app.pl');
64
    $server->load_app("$home/api/v1/app.pl");
65
    $server->to_psgi_app;
65
    $server->to_psgi_app;
66
};
66
};
67
67
68
- 

Return to bug 16733