mirror of
https://github.com/google/nomulus
synced 2026-09-25 01:14:43 +00:00
Convert RegistrarServlet to RegistrarAction
Convert to an action and remove ResourceServlet, JsonTransportServlet and JsonTransportServlet, all of which exist only to support it. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=137519385
This commit is contained in:
@@ -79,7 +79,7 @@ public final class RegistryTestServer {
|
||||
// Registrar Console
|
||||
route("/registrar", google.registry.module.frontend.FrontendServlet.class),
|
||||
route("/registrar-settings",
|
||||
google.registry.ui.server.registrar.RegistrarServlet.class),
|
||||
google.registry.module.frontend.FrontendServlet.class),
|
||||
route("/registrar-payment",
|
||||
google.registry.module.frontend.FrontendServlet.class),
|
||||
route("/registrar-payment-setup",
|
||||
|
||||
Reference in New Issue
Block a user