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

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

Return to bug 16733