Skip to content

Commit

Permalink
Merge pull request #2246 from gtech-mulearn/dev
Browse files Browse the repository at this point in the history
Dev Server
  • Loading branch information
nashnsulthan authored Oct 12, 2024
2 parents 00e469c + 3fc0205 commit d339c55
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 d339c55

Please sign in to comment.