Added root selection interactivity for stemma
[scpubgit/stemmaweb.git] / stemmaweb.psgi
1 use strict;
2 use warnings;
3
4 use stemmaweb;
5
6 my $app = stemmaweb->apply_default_middlewares(stemmaweb->psgi_app);
7 $app;
8