authenticate

This commit is contained in:
Nweni
2019-10-30 17:58:17 +06:30
parent 359679d419
commit d95499f24d
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
class Api::ApiController < ActionController::API
# include TokenVerification
include TokenVerification
# before_action :lookup_domain
helper_method :current_token, :current_login_employee, :get_cashier

View File

@@ -1,5 +1,5 @@
class Api::AuthenticateController < Api::ApiController
# skip_before_action :authenticate
skip_before_action :authenticate
def create
emp_id = params[:emp_id]