update authenticate with app_token

This commit is contained in:
Thein Lin Kyaw
2020-01-15 11:28:57 +06:30
parent 684b408d0b
commit f89d436aeb
2 changed files with 13 additions and 16 deletions

View File

@@ -66,5 +66,5 @@ class Api::AuthenticateController < Api::ApiController
params.permit(:emp_id, :password, :session_token)
end
end