mirror of
https://github.com/google/nomulus
synced 2026-07-29 19:42:47 +00:00
Inject RDAP help information in ConfigModule
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=140849879
This commit is contained in:
@@ -59,7 +59,7 @@ public class RdapNameserverAction extends RdapActionBase {
|
||||
if (hostResource == null) {
|
||||
throw new NotFoundException(pathSearchString + " not found");
|
||||
}
|
||||
return RdapJsonFormatter.makeRdapJsonForHost(
|
||||
return rdapJsonFormatter.makeRdapJsonForHost(
|
||||
hostResource, true, rdapLinkBase, rdapWhoisServer, now, OutputDataType.FULL);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user