API login/logout with http header token
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
class Api::Restaurant::TakeawaysController < ActionController::API
|
||||
class Api::Restaurant::TakeawaysController < Api::ApiController
|
||||
def index
|
||||
render json: SeatTable.order("order_by")
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user