We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6be47fa commit f7819afCopy full SHA for f7819af
app.psgi
@@ -11,9 +11,5 @@ use Plack::App::Directory;
11
builder {
12
enable 'Session::Cookie';
13
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'});
+ Act::Dispatcher->to_app;
19
};
0 commit comments