We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45cf7f8 commit 0337d6aCopy full SHA for 0337d6a
wre/lib/WRE/WebguiDemo.pm
@@ -38,7 +38,7 @@ sub call {
38
local $ENV{WEBGUI_CONFIG} = $webgui_config;
39
my $psgi = WebGUI::Paths->defaultPSGI;
40
my $app = Plack::Util::load_psgi($psgi);
41
- $app->call($env);
+ return Plack::Util::run_app($app, $env);
42
}
43
# Extras can be served from nginx
44
elsif ($r->uri->path eq "/create") {
0 commit comments