Fix RegistrationsController inheritance to include ApiAuthenticatable
Some checks failed
CI / scan_ruby (push) Has been cancelled
CI / scan_js (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / test (push) Has been cancelled

This commit is contained in:
2026-02-13 02:23:57 +00:00
parent 54c1717971
commit 7c432941f1

View File

@@ -1,7 +1,7 @@
module Api module Api
module V1 module V1
module Gateway module Gateway
class RegistrationsController < ApplicationController class RegistrationsController < BaseController
skip_before_action :authenticate_api_key!, only: [:create] skip_before_action :authenticate_api_key!, only: [:create]
def create def create