Update to support openid login with google, which uses a known url
[scpubgit/stemmatology.git] / stemmaweb / stemmaweb.psgi
CommitLineData
5c9ecf66 1use strict;
2use warnings;
3
4use stemmaweb;
5
6my $app = stemmaweb->apply_default_middlewares(stemmaweb->psgi_app);
7$app;
8