mirror of
https://github.com/google/nomulus
synced 2026-08-17 04:36:08 +00: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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user