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:
cgoldfeder 2016-06-20 07:38:55 -07:00 committed by Ben McIlwain
parent bb82f5bc05
commit 2b2fb958f6
15 changed files with 76 additions and 182 deletions

View file

@ -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
],
)