mirror of
https://github.com/wahyd4/libr-2.git
synced 2026-08-09 05:15:53 +10:00
#8 Let guest to use explore menus
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
class Api::V1::ExploreController < Api::V1::ApplicationController
|
||||
|
||||
def index
|
||||
skip_before_action :authenticate_user_from_token
|
||||
|
||||
def index
|
||||
render json: ExploreMenu.order(created_at: :asc).all
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user