Skip to content

Commit

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

use Relaxer::API;

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

use Relaxer::API;

my $api_app = Relaxer::API->new->to_psgi_app;

builder {
Expand Down

0 comments on commit 2b4802a

Please sign in to comment.