mirror of
https://github.com/Retrospring/retrospring.git
synced 2024-11-20 14:29:53 +01:00
Remove token validation skip in ServicesController
This commit is contained in:
parent
1fd06fd404
commit
cf5d1d6e69
1 changed files with 0 additions and 1 deletions
|
@ -1,7 +1,6 @@
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
class ServicesController < ApplicationController
|
class ServicesController < ApplicationController
|
||||||
skip_before_action :verify_authenticity_token, only: :create
|
|
||||||
before_action :authenticate_user!
|
before_action :authenticate_user!
|
||||||
|
|
||||||
def index
|
def index
|
||||||
|
|
Loading…
Reference in a new issue