Bug 13799: RESTful API with Mojolicious and Swagger2
[koha.git] / api / v1 / app.pl
1 #!/usr/bin/env perl
2
3 use Modern::Perl;
4
5 require Mojolicious::Commands;
6 Mojolicious::Commands->start_app('Koha::REST::V1');