This commit is contained in:
mynah
2019-04-02 19:19:41 -06:00
parent 2848f7ca42
commit d72871332c
6 changed files with 195 additions and 67 deletions

View File

@@ -27,7 +27,7 @@ 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('/tst')->to('home#tst');
# =============================================================================