mirror of
https://github.com/google/nomulus.git
synced 2025-06-01 02:04:04 +02:00
Delete admin console
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=116894352
This commit is contained in:
parent
6772b2ef80
commit
f2116093b1
33 changed files with 2 additions and 2912 deletions
|
@ -76,15 +76,7 @@ public final class RegistryTestServer {
|
|||
route("/registrar-payment",
|
||||
com.google.domain.registry.module.frontend.FrontendServlet.class),
|
||||
route("/registrar-payment-setup",
|
||||
com.google.domain.registry.module.frontend.FrontendServlet.class),
|
||||
|
||||
// Admin Console
|
||||
route("/_dr/admin",
|
||||
com.google.domain.registry.ui.server.admin.AdminUiServlet.class),
|
||||
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));
|
||||
com.google.domain.registry.module.frontend.FrontendServlet.class));
|
||||
|
||||
private final TestServer server;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue