From 345ede2c10e20076d21fe4ab257f4b743f572dd2 Mon Sep 17 00:00:00 2001 From: Aswanth Vc Date: Sat, 12 Oct 2024 22:53:36 +0530 Subject: [PATCH] fix: issue --- api/dashboard/lc/urls.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/api/dashboard/lc/urls.py b/api/dashboard/lc/urls.py index 80668045..8c790ee8 100644 --- a/api/dashboard/lc/urls.py +++ b/api/dashboard/lc/urls.py @@ -59,11 +59,11 @@ # dash_lc_view.ValidateUserMeetCreateAPI.as_view(), # name="validate-report", # ), - path( - "/report//show/", - dash_lc_view.SingleReportDetailAPI.as_view(), - name="show-report", - ), + # path( + # "/report//show/", + # dash_lc_view.SingleReportDetailAPI.as_view(), + # name="show-report", + # ), path( "/add-member/", dash_lc_view.AddMemberAPI.as_view(),