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