mirror of
https://github.com/google/nomulus.git
synced 2025-05-19 02:39:34 +02:00
Whitelist credit creations commands for gTech
See bug for context. This way gTech can create credits in the future without our intervention. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=120382506
This commit is contained in:
parent
9c8e23ea57
commit
3a3f112454
4 changed files with 6 additions and 4 deletions
|
@ -35,8 +35,6 @@ public final class RegistryTool {
|
|||
.put("allocate_domain", AllocateDomainCommand.class)
|
||||
.put("check_snapshot", CheckSnapshotCommand.class)
|
||||
.put("create_auction_credits", CreateAuctionCreditsCommand.class)
|
||||
.put("create_credit", CreateCreditCommand.class)
|
||||
.put("create_credit_balance", CreateCreditBalanceCommand.class)
|
||||
.put("create_premium_list", CreatePremiumListCommand.class)
|
||||
.put("create_reserved_list", CreateReservedListCommand.class)
|
||||
.put("create_tld", CreateTldCommand.class)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue