urls: Use /billing URL to direct user to upgrade page.

This is more about keeping the same syntax for all the pages.
This commit is contained in:
Aman Agrawal
2023-12-01 06:20:19 +00:00
committed by Tim Abbott
parent d0c0b11fbf
commit a2c1a2f4bb

View File

@@ -187,7 +187,7 @@ urlpatterns += [
name="remote_billing_plans_server",
),
path("realm/<realm_uuid>/billing", remote_billing_page_realm, name="remote_billing_page_realm"),
path("server/<server_uuid>/", remote_billing_page_server, name="remote_billing_page_server"),
path("server/<server_uuid>/billing", remote_billing_page_server, name="remote_billing_page_server"),
path("realm/<realm_uuid>/upgrade", remote_realm_upgrade_page, name="remote_realm_upgrade_page"),
path(
"server/<server_uuid>/upgrade",