]> Dogcows Code - chaz/chatty/blob - chatty.psgi
basic (non-AJAX) chat implemented
[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.028837 seconds and 4 git commands to generate.