minor lists/list template rewrite to remove user id and keep links readable
[slists.git] / slists.psgi
blob7433d38564075d57c82ac83226b8a720def6a690
1 use strict;
2 use warnings;
4 use Slists;
6 my $app = Slists->apply_default_middlewares(Slists->psgi_app);
7 $app;