Skip to content

Commit

Permalink
Merge pull request #290 from RockefellerArchiveCenter/development
Browse files Browse the repository at this point in the history
update url config
  • Loading branch information
helrond authored Jun 22, 2023
2 parents d659a03 + 0baf7be commit acef90d
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 acef90d

Please sign in to comment.