mirror of
https://github.com/internetee/registry.git
synced 2025-07-29 14:06:21 +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
|
class XmlConsoleController < BaseController
|
||||||
include EppRequestable
|
include EppRequestable
|
||||||
|
|
||||||
THROTTLED_ACTIONS = %i[load_xml create].freeze
|
THROTTLED_ACTIONS = %i[load_xml].freeze
|
||||||
include Shunter::Integration::Throttle
|
include Shunter::Integration::Throttle
|
||||||
|
|
||||||
PREFS = %w[
|
PREFS = %w[
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue