Skip to content

Commit

Permalink
chore: update endpoint url
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanttV committed Jan 30, 2024
1 parent f6c0b26 commit cab3716
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions platform_plugin_turnitin/api/v1/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
urlpatterns = [
path("upload-file/", views.TurnitinUploadFileAPIView.as_view(), name="upload-file"),
path(
"submission-status/<uuid:submission_id>/",
"submission/<uuid:submission_id>/",
views.TurnitinSubmissionAPIView.as_view(),
name="get-submission-info",
name="get-submission",
),
path(
"similarity-report/<uuid:submission_id>/",
Expand Down

0 comments on commit cab3716

Please sign in to comment.