X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=api%2Fv1%2Fapp.pl;h=f841c6088b810d3bd2b9f7ebca4f1254be7835ec;hb=9d6d641d1f8b77271800f43bc027b651f9aea52b;hp=93f57f207f1250a1478ab6a4045ea604e123caa8;hpb=af7e41d1142573666d302a8475274ea58e5c99f4;p=srvgit diff --git a/api/v1/app.pl b/api/v1/app.pl index 93f57f207f..f841c6088b 100755 --- a/api/v1/app.pl +++ b/api/v1/app.pl @@ -17,5 +17,5 @@ use Modern::Perl; -require Mojolicious::Commands; +use Mojolicious::Commands; Mojolicious::Commands->start_app('Koha::REST::V1');