identity-vault/app/controllers/webhooks/application_controller.rb
2025-09-02 13:53:47 -04:00

4 lines
80 B
Ruby

module Webhooks
class ApplicationController < ActionController::API
end
end