summaryrefslogblamecommitdiff
path: root/app.psgi
blob: 9473ea3f6026e181d5b4214d2effbbebb1b6a0e8 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                          
#!/usr/bin/perl
use strict;
use warnings;
use lib ('lib');

use presque;
use Plack::Builder;
use YAML::Syck;

my $conf = LoadFile('conf.yaml');
my $app = presque->app( config => $conf );