Skip to content
Snippets Groups Projects
Unverified Commit 1c32ea16 authored by Ahmad Farhat's avatar Ahmad Farhat Committed by GitHub
Browse files

Skip valid api check (#4431)

parent f93e45d6
No related branches found
No related tags found
No related merge requests found
...@@ -4,6 +4,7 @@ module Api ...@@ -4,6 +4,7 @@ module Api
module V1 module V1
class LocalesController < ApiController class LocalesController < ApiController
skip_before_action :ensure_authenticated, only: :show skip_before_action :ensure_authenticated, only: :show
skip_before_action :ensure_valid_request, only: :show
# GET /api/v1/locales # GET /api/v1/locales
def index def index
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment