diff --git a/app/controllers/api/v1/locales_controller.rb b/app/controllers/api/v1/locales_controller.rb index 68d7e2d4a4efec210813371941fa52a6f538b760..22300f24db1c73bb5b91b3c7abba4604c18206ea 100644 --- a/app/controllers/api/v1/locales_controller.rb +++ b/app/controllers/api/v1/locales_controller.rb @@ -4,6 +4,7 @@ module Api module V1 class LocalesController < ApiController skip_before_action :ensure_authenticated, only: :show + skip_before_action :ensure_valid_request, only: :show # GET /api/v1/locales def index