Skip to content

Commit

Permalink
Add standard app.psgi file.
Browse files Browse the repository at this point in the history
This enables easier integration with Plack/PSGI web servers.
  • Loading branch information
dracos committed Aug 28, 2015
1 parent b950bb5 commit 8ef9368
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions 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;

0 comments on commit 8ef9368

Please sign in to comment.