TT#106003 fix /api/peeringrules transaction control

Change-Id: Ic00ad3e4a0f97808ec94b5b36e1b1e909fb00e07
mr9.2
Kirill Solomko 5 years ago
parent b79d68e865
commit 88d91b8349

@ -11,6 +11,10 @@ use HTTP::Status qw(:constants);
use NGCP::Panel::Utils::Peering;
__PACKAGE__->set_config({
own_transaction_control => { POST => 1 },
});
sub allowed_methods{
return [qw/GET POST OPTIONS HEAD/];
}

Loading…
Cancel
Save