toadfarm.pl 126 B

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