repo.or.cz
/
slists.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
take out the form processing function - used for both create and edit
[slists.git]
/
slists.psgi
blob
7433d38564075d57c82ac83226b8a720def6a690
1
use strict;
2
use warnings;
3
4
use Slists;
5
6
my $app = Slists->apply_default_middlewares(Slists->psgi_app);
7
$app;
8