diff --git a/app/controllers/tickets_controller.rb b/app/controllers/tickets_controller.rb index 4e814acaf..d7e02f84b 100644 --- a/app/controllers/tickets_controller.rb +++ b/app/controllers/tickets_controller.rb @@ -6,7 +6,7 @@ class TicketsController < ApplicationController include ChecksUserAttributesByCurrentUserPermission include TicketStats - prepend_before_action -> { authorize! }, only: %i[selector import_example import_start] + prepend_before_action -> { authorize! }, only: %i[create selector import_example import_start] prepend_before_action :authentication_check # GET /api/v1/tickets