Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fixed wtf
  • Loading branch information
und3f committed Oct 2, 2011
1 parent 0f671ef commit cbd8a75
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion web_app.psgi
Expand Up @@ -3,9 +3,11 @@ use Plack::Util;
use Plack::App::File;
use FindBin;

use Relaxer::API;

use lib "$FindBin::Bin/lib";

my $api_app = Plack::Util::load_psgi("$FindBin::Bin/api.psgi");
my $api_app = Relaxer::API->new->to_psgi_app;

builder {
enable "Plack::Middleware::Static",
Expand Down

0 comments on commit cbd8a75

Please sign in to comment.