Much work.
This commit is contained in:
@@ -2,6 +2,10 @@
|
||||
|
||||
module Api
|
||||
class RulesController < ApplicationController
|
||||
# NOTE: This controller is now SECONDARY/UNUSED for primary agent synchronization
|
||||
# Agents get rule updates via event responses (see Api::EventsController)
|
||||
# These endpoints are kept for administrative/debugging purposes only
|
||||
|
||||
skip_before_action :verify_authenticity_token
|
||||
before_action :authenticate_project!
|
||||
before_action :check_project_enabled
|
||||
|
||||
Reference in New Issue
Block a user