This commit is contained in:
Nweni
2019-10-30 16:52:16 +06:30
parent 41178978d2
commit 359679d419
4 changed files with 4 additions and 4 deletions

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]