license updated

This commit is contained in:
Yan
2017-12-22 16:33:12 +06:30
parent 3be8a56ac6
commit da4af7bfc5
8 changed files with 250 additions and 260 deletions

View File

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