Skip to content

Commit

Permalink
Merge pull request #2245 from aswanthabam/dev
Browse files Browse the repository at this point in the history
Fix issue
  • Loading branch information
nashnsulthan authored Oct 12, 2024
2 parents c6c410a + 16de248 commit 3fc0205
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions api/dashboard/lc/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@
# dash_lc_view.ValidateUserMeetCreateAPI.as_view(),
# name="validate-report",
# ),
path(
"<str:circle_id>/report/<str:report_id>/show/",
dash_lc_view.SingleReportDetailAPI.as_view(),
name="show-report",
),
# path(
# "<str:circle_id>/report/<str:report_id>/show/",
# dash_lc_view.SingleReportDetailAPI.as_view(),
# name="show-report",
# ),
path(
"<str:circle_id>/add-member/",
dash_lc_view.AddMemberAPI.as_view(),
Expand Down

0 comments on commit 3fc0205

Please sign in to comment.