Remove token validation skip in ServicesController
This commit is contained in:
parent
1fd06fd404
commit
cf5d1d6e69
|
@ -1,7 +1,6 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
class ServicesController < ApplicationController
|
||||
skip_before_action :verify_authenticity_token, only: :create
|
||||
before_action :authenticate_user!
|
||||
|
||||
def index
|
||||
|
|
Loading…
Reference in New Issue