fix chat sw
This commit is contained in:
@@ -30,15 +30,16 @@ use Dojo::Model::Users;
|
||||
$r->any('/tst')->to('home#tst');
|
||||
# =============================================================================
|
||||
|
||||
# json ========================================================================
|
||||
$r->any('/json/*dreq')->to('data#simple');
|
||||
# =============================================================================
|
||||
|
||||
# candy =======================================================================
|
||||
$r->any('/json/candy/:command')->to('data#candy');
|
||||
$r->any('/candy')->to('home#candy');
|
||||
# =============================================================================
|
||||
|
||||
# json ========================================================================
|
||||
$r->any('/json/*dreq')->to('data#simple');
|
||||
# =============================================================================
|
||||
|
||||
# register user ===============================================================
|
||||
$r->any('/reg')->to('users#reg');
|
||||
# =============================================================================
|
||||
|
||||
Reference in New Issue
Block a user