updatedb
This commit is contained in:
@@ -33,6 +33,8 @@ sub startup {
|
||||
|
||||
$r->any('/json/:dreq')->to('data#simple');
|
||||
$r->any('/json/candy/:command')->to('data#candy');
|
||||
|
||||
$r->any('/admin/:section'=> {section =>'home'})->to('home#admin');
|
||||
|
||||
$r->any('/login')->to('users#login');
|
||||
$r->any('/logout')->to('users#logout');
|
||||
|
||||
Reference in New Issue
Block a user