Skip to content

Commit f7819af

Browse files
committed
Remove blarg mounts from app.psgi
1 parent 6be47fa commit f7819af

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

app.psgi

+1-5
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,5 @@ use Plack::App::Directory;
1111
builder {
1212
enable 'Session::Cookie';
1313
enable "SimpleLogger", level => "warn";
14-
#Act::Dispatcher->to_app;
15-
mount "/" => Act::Dispatcher->to_app();
16-
mount "/blarg/css" => Plack::App::Directory->new({root => '/Users/zjt/Act/wwwdocs/css'});
17-
mount "/blarg/js" => Plack::App::Directory->new({root => '/Users/zjt/Act/wwwdocs/js'});
18-
mount "/blarg/img" => Plack::App::Directory->new({root => '/Users/zjt/Act/wwwdocs/img'});
14+
Act::Dispatcher->to_app;
1915
};

0 commit comments

Comments
 (0)