mirror of
https://github.com/internetee/registry.git
synced 2025-07-28 13:36:15 +02:00
Removed throttled action for create method
This commit is contained in:
parent
2471836797
commit
accd057f62
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ module Repp
|
|||
class XmlConsoleController < BaseController
|
||||
include EppRequestable
|
||||
|
||||
THROTTLED_ACTIONS = %i[load_xml create].freeze
|
||||
THROTTLED_ACTIONS = %i[load_xml].freeze
|
||||
include Shunter::Integration::Throttle
|
||||
|
||||
PREFS = %w[
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue