]> Dogcows Code - chaz/chatty/blob - chatty.psgi
fixed sqlite schema timestamp identifier
[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.030684 seconds and 4 git commands to generate.