Made $session->log->fatal() message pass through
This commit is contained in:
parent
716bdaeb86
commit
42c1a8e149
6 changed files with 55 additions and 51 deletions
4
app.psgi
4
app.psgi
|
|
@ -13,8 +13,8 @@ builder {
|
|||
|
||||
# Open/close the WebGUI::Session at the outer-most onion layer
|
||||
enable '+WebGUI::Middleware::Session',
|
||||
config => $wg->config;#,
|
||||
#error_docs => { 500 => "$root/www/maintenance.html" };
|
||||
config => $wg->config,
|
||||
error_docs => { 500 => "$root/www/maintenance.html" };
|
||||
|
||||
# Return the app
|
||||
$wg;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue