Fix RegistrationsController inheritance to include ApiAuthenticatable
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user