Skip to content

Commit

Permalink
add urls.py for check-submitter-role
Browse files Browse the repository at this point in the history
  • Loading branch information
chandra-tacc committed Nov 26, 2024
1 parent 5dc4b9b commit ed8458c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apcd_cms/src/apps/submissions/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@
path('list-submissions/api/', SubmissionsTable.as_view(), name="list_submissions_api"),
path('list-submissions/api/options', SubmissionsTable.as_view(), name="list_submissions_api_options"),
path('view_log', SubmissionsTable.as_view(), name='submission-view-log'),
path('check-submitter-role/', check_submitter_role),
]

0 comments on commit ed8458c

Please sign in to comment.