mirror of
https://github.com/google/nomulus.git
synced 2025-05-14 08:27:14 +02:00
Turn CheckApiAction into a standard-ish epp endpoint
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=125335634
This commit is contained in:
parent
bb82f5bc05
commit
2b2fb958f6
15 changed files with 76 additions and 182 deletions
|
@ -24,7 +24,6 @@ java_library(
|
|||
"//java/google/registry/request",
|
||||
"//java/google/registry/request:modules",
|
||||
"//java/google/registry/ui",
|
||||
"//java/google/registry/ui/server/api",
|
||||
"//java/google/registry/ui/server/registrar",
|
||||
"//java/google/registry/util",
|
||||
"//java/google/registry/whois",
|
||||
|
@ -40,7 +39,6 @@ java_binary(
|
|||
create_executable = 0,
|
||||
runtime_deps = [
|
||||
":frontend",
|
||||
"//java/google/registry/ui/server/api", # CheckApiServlet
|
||||
"//java/google/registry/ui/server/registrar", # ResourceServlet
|
||||
],
|
||||
)
|
||||
|
|
|
@ -16,6 +16,8 @@ package google.registry.module.frontend;
|
|||
|
||||
import dagger.Subcomponent;
|
||||
|
||||
import google.registry.flows.CheckApiAction;
|
||||
import google.registry.flows.CheckApiAction.CheckApiModule;
|
||||
import google.registry.flows.EppConsoleAction;
|
||||
import google.registry.flows.EppTlsAction;
|
||||
import google.registry.flows.TlsCredentials.EppTlsModule;
|
||||
|
@ -31,8 +33,6 @@ import google.registry.rdap.RdapNameserverAction;
|
|||
import google.registry.rdap.RdapNameserverSearchAction;
|
||||
import google.registry.request.RequestModule;
|
||||
import google.registry.request.RequestScope;
|
||||
import google.registry.ui.server.api.CheckApiAction;
|
||||
import google.registry.ui.server.api.CheckApiAction.CheckApiModule;
|
||||
import google.registry.ui.server.registrar.ConsoleUiAction;
|
||||
import google.registry.ui.server.registrar.RegistrarPaymentAction;
|
||||
import google.registry.ui.server.registrar.RegistrarPaymentSetupAction;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue