mirror of
https://github.com/google/nomulus.git
synced 2025-05-30 17:24:03 +02:00
Move VerifyOteAction to tools/server
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=116825910
This commit is contained in:
parent
3eef39126d
commit
6772b2ef80
6 changed files with 33 additions and 17 deletions
|
@ -84,9 +84,7 @@ public final class RegistryTestServer {
|
|||
route("/_dr/admin/registry/*",
|
||||
com.google.domain.registry.ui.server.admin.RegistryServlet.class),
|
||||
route("/_dr/admin/registrar/*",
|
||||
com.google.domain.registry.ui.server.admin.RegistrarServlet.class),
|
||||
route("/_dr/admin/verifyOte",
|
||||
com.google.domain.registry.ui.server.admin.VerifyOteServlet.class));
|
||||
com.google.domain.registry.ui.server.admin.RegistrarServlet.class));
|
||||
|
||||
private final TestServer server;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue