mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
zephyr: Remove Zephyr mirroring support.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
fb13de4e10
commit
40a022dcc3
@@ -91,9 +91,6 @@ from zerver.lib.rest import rest_path
|
||||
from zerver.lib.url_redirects import LANDING_PAGE_REDIRECTS
|
||||
|
||||
i18n_urlpatterns: Any = [
|
||||
# Zephyr/MIT
|
||||
path("zephyr/", TemplateView.as_view(template_name="corporate/zephyr.html")),
|
||||
path("zephyr-mirror/", TemplateView.as_view(template_name="corporate/zephyr-mirror.html")),
|
||||
path("jobs/", TemplateView.as_view(template_name="corporate/jobs.html")),
|
||||
# Billing
|
||||
path("billing/", billing_page, name="billing_page"),
|
||||
|
||||
Reference in New Issue
Block a user