aboutsummaryrefslogtreecommitdiffstats
path: root/app.psgi
diff options
context:
space:
mode:
Diffstat (limited to 'app.psgi')
-rw-r--r--app.psgi8
1 files changed, 8 insertions, 0 deletions
diff --git a/app.psgi b/app.psgi
new file mode 100644
index 000000000..fcc672647
--- /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;
+