mirror of
https://github.com/google/nomulus.git
synced 2025-07-02 17:23:32 +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
|
||||
],
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue