Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
better PSGI example
  • Loading branch information
kraih committed Feb 18, 2012
1 parent 442e164 commit a00af24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Mojo/Server/PSGI.pm
Expand Up @@ -110,7 +110,7 @@ Mojo::Server::PSGI - PSGI server
# Resume transaction
$tx->resume;
});
$psgi->to_psgi;
my $app = $psgi->to_psgi;
=head1 DESCRIPTION
Expand Down

0 comments on commit a00af24

Please sign in to comment.