adding license activation

This commit is contained in:
Yan
2017-11-15 17:55:51 +06:30
parent 50bf67f5e5
commit c2095b4a61
3 changed files with 55 additions and 37 deletions

View File

@@ -11,7 +11,7 @@ scope "(:locale)", locale: /en|mm/ do
#--------- SmartSales Installation ------------#
get 'install' => 'install#index'
post 'install' => 'install#create'
post 'install' => 'install#activate'
#--------- Login/Authentication ------------#
get 'auth/:emp_id' => 'home#show', as: :emp_login