fix chat sw

This commit is contained in:
mynah
2019-03-21 18:50:06 +01:00
parent 5b10b5521f
commit 63ffc6c7d4
2 changed files with 6 additions and 6 deletions

View File

@@ -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');
# =============================================================================