]> Dogcows Code - chaz/chatty/blobdiff - lib/Chatty.pm
use a json view instead of writing json directly
[chaz/chatty] / lib / Chatty.pm
index 86585269fcadc5748d6a843c745a8a6b2129ea0e..80772e7d8948353e1ada7930bf1ecfe2f7f07bb5 100644 (file)
@@ -17,7 +17,6 @@ use Catalyst::Runtime 5.80;
 #                 directory
 
 use Catalyst qw/
-    -Debug
     ConfigLoader
     StackTrace
     Static::Simple
@@ -53,8 +52,12 @@ __PACKAGE__->config(
                },
        },
        'Plugin::Session' => {
-               flash_to_stash => 1
-       }
+               flash_to_stash => 1,
+       },
+       default_view => 'HTML',
+       'View::JSON' => {
+               expose_stash => 'json',
+       },
 );
 
 # Start the application
This page took 0.018666 seconds and 4 git commands to generate.