mirror of
https://github.com/google/nomulus.git
synced 2025-08-11 03:59:37 +02:00
Remove no-longer-used AdminServletPathPrefix config value
We still have some paths under /_dr/admin (e.g. for server-side regtool actions), but this actual config value isn't used anywhere ever since we deleted the admin console in [] ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=119693711
This commit is contained in:
parent
ad90cdf82d
commit
7c4b80f4d9
2 changed files with 0 additions and 10 deletions
|
@ -183,11 +183,6 @@ public interface RegistryConfig {
|
|||
*/
|
||||
public ImmutableList<String> getRegistrarChangesNotificationEmailAddresses();
|
||||
|
||||
/**
|
||||
* Returns the relativeURL path to the admin servlet, e.g. "/_dr/admin".
|
||||
*/
|
||||
public String getAdminServletPathPrefix();
|
||||
|
||||
/**
|
||||
* Returns default WHOIS server to use when {@code Registrar#getWhoisServer()} is {@code null}.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue