Skip to content

Commit

Permalink
try running the app instead of calling it.
Browse files Browse the repository at this point in the history
  • Loading branch information
perlDreamer committed Feb 17, 2012
1 parent 45cf7f8 commit 0337d6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wre/lib/WRE/WebguiDemo.pm
Expand Up @@ -38,7 +38,7 @@ sub call {
local $ENV{WEBGUI_CONFIG} = $webgui_config;
my $psgi = WebGUI::Paths->defaultPSGI;
my $app = Plack::Util::load_psgi($psgi);
$app->call($env);
return Plack::Util::run_app($app, $env);
}
# Extras can be served from nginx
elsif ($r->uri->path eq "/create") {
Expand Down

0 comments on commit 0337d6a

Please sign in to comment.