diff --git a/app.psgi b/app.psgi new file mode 100644 index 00000000000..fcc672647cf --- /dev/null +++ b/app.psgi @@ -0,0 +1,8 @@ +use strict; +use warnings; + +use FixMyStreet::App; + +my $app = FixMyStreet::App->apply_default_middlewares(FixMyStreet::App->psgi_app); +$app; +