Skip to content

Commit

Permalink
update url config
Browse files Browse the repository at this point in the history
  • Loading branch information
helrond committed Jun 22, 2023
1 parent 5abcb3f commit 0baf7be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion request_broker/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
path("api/deliver-request/duplication", DeliverDuplicationRequestView.as_view(), name="deliver-duplication"),
path("api/deliver-request/reading-room", DeliverReadingRoomRequestView.as_view(), name="deliver-readingroom"),
path("api/process-request/parse", ParseItemRequestView.as_view(), name="parse-individual"),
path("api/process-request/parse_multiple", ParseBatchRequestView.as_view(), name="parse-batch"),
path("api/process-request/parse-batch", ParseBatchRequestView.as_view(), name="parse-batch"),
path("api/process-request/resolve", LinkResolverView.as_view(), name="resolve-request"),
path("api/download-csv/", DownloadCSVView.as_view(), name="download-csv"),
path("api/status/", PingView.as_view(), name="ping")
Expand Down

0 comments on commit 0baf7be

Please sign in to comment.