]> Dogcows Code - chaz/chatty/blob - chatty.psgi
add the db schema to store accounts and chats
[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.033 seconds and 4 git commands to generate.