forked from github/kensanata.oddmuse
9 lines
126 B
Perl
9 lines
126 B
Perl
use Toadfarm -init;
|
|
|
|
mount "stuff/mojolicious-app.pl" => {
|
|
"Host" => qr{^localhost:8080$},
|
|
mount_point => '/',
|
|
};
|
|
|
|
start;
|