diff --git a/app/controllers/api/v1/gateway/registrations_controller.rb b/app/controllers/api/v1/gateway/registrations_controller.rb index 15d1a02..4cb4746 100644 --- a/app/controllers/api/v1/gateway/registrations_controller.rb +++ b/app/controllers/api/v1/gateway/registrations_controller.rb @@ -1,7 +1,7 @@ module Api module V1 module Gateway - class RegistrationsController < ApplicationController + class RegistrationsController < BaseController skip_before_action :authenticate_api_key!, only: [:create] def create