Remove token validation skip in ServicesController

This commit is contained in:
Andreas Nedbal 2022-04-12 22:17:08 +02:00 committed by Andreas Nedbal
parent 1fd06fd404
commit cf5d1d6e69
1 changed files with 0 additions and 1 deletions

View File

@ -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