[UPDT] HORILLA: Updated horilla urls.py file by remove another apps urls

This commit is contained in:
Horilla
2025-01-30 16:34:57 +05:30
parent bcefba0446
commit dc6d31364f

View File

@@ -41,7 +41,6 @@ urlpatterns = [
"^inbox/notifications/", include(notifications.urls, namespace="notifications")
),
path("i18n/", include("django.conf.urls.i18n")),
path("api/", include("horilla_api.urls")),
path("health/", health_check),
]