]> Dogcows Code - chaz/chatty/blob - chatty.psgi
initial commit
[chaz/chatty] / chatty.psgi
1 use strict;
2 use warnings;
3
4 use Chatty;
5
6 my $app = Chatty->apply_default_middlewares(Chatty->psgi_app);
7 $app;
8
This page took 0.030499 seconds and 5 git commands to generate.