en el moras

This commit is contained in:
mynah
2018-07-18 16:04:47 -05:00
parent 4f0061cd7d
commit 5a7566eaf7
21 changed files with 94 additions and 55 deletions

View File

@@ -35,6 +35,7 @@ sub startup {
$r->any('/json/candy/:command')->to('data#candy');
$r->any('/admin/:section'=> {section =>'home'})->to('home#admin');
$r->any('/admin/json/:dreq/:id/')->to('data#admin');
$r->any('/login')->to('users#login');
$r->any('/logout')->to('users#logout');