update api authenticate

This commit is contained in:
Aung Myo
2018-04-09 10:53:16 +06:30
parent ed6f2b6385
commit 83aeb2eb90
3 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
class Api::BookingsController < Api::ApiController
skip_before_action :authenticate
# skip_before_action :authenticate
#Show customer by ID
def index
@customer = Customer.find_by(params[:id])