added jstore path master
authorDobrica Pavlinusic <dpavlin@rot13.org>
Sat, 7 Jul 2012 21:47:37 +0000 (21:47 +0000)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Sat, 7 Jul 2012 21:47:37 +0000 (21:47 +0000)
plack/bookreader.psgi

index 2dadb8d..ae9ba89 100644 (file)
@@ -59,7 +59,7 @@ builder {
        mount '/share' =>
                Plack::App::BookReader->new({ root => "/mnt/share" })->to_app;
 
-       mount '/NSK' =>
-               Plack::App::Directory->new({ root => "NSK" })->to_app;
+       mount '/jstore' =>
+               Plack::App::BookReader->new({ root => "/mnt/jstore" })->to_app;
 
 }