From dc6d31364ff910e4845b63a29957b5f1fbc0b4c7 Mon Sep 17 00:00:00 2001 From: Horilla Date: Thu, 30 Jan 2025 16:34:57 +0530 Subject: [PATCH] [UPDT] HORILLA: Updated horilla urls.py file by remove another apps urls --- horilla/urls.py | 1 - 1 file changed, 1 deletion(-) diff --git a/horilla/urls.py b/horilla/urls.py index 69aea3c8c..243430a5f 100755 --- a/horilla/urls.py +++ b/horilla/urls.py @@ -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), ]