notfound
This commit is contained in:
@@ -74,7 +74,12 @@ use Dojo::Model::Users;
|
||||
|
||||
# =============================================================================
|
||||
|
||||
|
||||
$r->any('/*whatever' => {whatever => ''} => sub {
|
||||
my $c = shift;
|
||||
my $whatever = $c->param('whatever');
|
||||
$c->stash(layout=>'clean');
|
||||
$c->render(template=>'home/not_found');
|
||||
});
|
||||
}
|
||||
|
||||
1;
|
||||
|
||||
Reference in New Issue
Block a user