travelynx/index.pl
2021-01-29 18:32:13 +01:00

12 lines
221 B
Perl

#!/usr/bin/env perl
# Copyright (C) 2020 Daniel Friesel
#
# SPDX-License-Identifier: AGPL-3.0-or-later
use strict;
use warnings;
use lib 'lib';
use Mojolicious::Commands;
Mojolicious::Commands->start_app('Travelynx');