license key api for redis

This commit is contained in:
Yan
2018-01-12 15:07:11 +06:30
parent 0eda7543ff
commit 649711f72d
7 changed files with 57 additions and 10 deletions

View File

@@ -13,6 +13,7 @@ scope "(:locale)", locale: /en|mm/ do
get 'activate' => 'install#index'
post 'activate' => 'install#activate'
get 'run_sym' => 'sym_control#run'
get 'get_key' => 'sym_control#get_key'
#--------- Login/Authentication ------------#
get 'auth/:emp_id' => 'home#show', as: :emp_login