mirror of
https://github.com/daniviga/django-ram.git
synced 2025-08-04 05:07:50 +02:00
Remove health page
This commit is contained in:
@@ -41,8 +41,6 @@ INSTALLED_APPS = [
|
||||
"django.contrib.sessions",
|
||||
"django.contrib.messages",
|
||||
"django.contrib.staticfiles",
|
||||
"health_check",
|
||||
"health_check.db",
|
||||
"adminsortable2",
|
||||
"django_countries",
|
||||
"solo",
|
||||
|
@@ -24,7 +24,6 @@ urlpatterns = [
|
||||
path("", lambda r: redirect("portal/")),
|
||||
path("ckeditor/", include("ckeditor_uploader.urls")),
|
||||
path("portal/", include("portal.urls")),
|
||||
path("ht/", include("health_check.urls")),
|
||||
path("admin/", admin.site.urls),
|
||||
path("api/v1/consist/", include("consist.urls")),
|
||||
path("api/v1/roster/", include("roster.urls")),
|
||||
|
Reference in New Issue
Block a user