Files
oddmuse/stuff/toadfarm.pl
2019-06-10 15:02:10 +02:00

9 lines
126 B
Perl

use Toadfarm -init;
mount "stuff/mojolicious-app.pl" => {
"Host" => qr{^localhost:8080$},
mount_point => '/',
};
start;