pretienda
This commit is contained in:
@@ -27,7 +27,8 @@ use Dojo::Model::Users;
|
||||
$r->any('/contact')->to('home#contact');
|
||||
$r->any('/contact2')->to('home#contact2');
|
||||
$r->any('/pang')->to('home#pang');
|
||||
# $r->any('/tst')->to('home#tst');
|
||||
$r->any('/storep')->to('home#storep');
|
||||
$r->any('/storep/:id' => [id => qr/\d+/])->to('home#storep');
|
||||
# =============================================================================
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user