Revert "make app portable through uri_base"

This reverts commit c555fc9330.
This commit is contained in:
Oliver Gorwits
2012-01-18 11:29:21 +00:00
parent c555fc9330
commit 32ecdbefb7
18 changed files with 54 additions and 59 deletions

View File

@@ -11,11 +11,6 @@ use Netdisco::Web::AuthN;
use Netdisco::Web::Search;
use Netdisco::Web::Device;
hook 'before_template' => sub {
my $tokens = shift;
$tokens->{uri_base} = request->base->path;
};
get '/' => sub {
template 'index';
};