From 7c432941f109255948f3eb20d93ad5dbc873e2e8 Mon Sep 17 00:00:00 2001 From: git_admin Date: Fri, 13 Feb 2026 02:23:57 +0000 Subject: [PATCH] Fix RegistrationsController inheritance to include ApiAuthenticatable --- app/controllers/api/v1/gateway/registrations_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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