Skip to content

Commit 9ee7d4f

Browse files
rjrudinSameeraPriyathamTadikonda
authored andcommitted
DHFPROD-4935: Fixing bad paths in 9-rewriter.xml
For testing, I used a script that's attached to 4935
1 parent 318440a commit 9ee7d4f

File tree

1 file changed

+2
-2
lines changed
  • marklogic-data-hub/src/main/resources/ml-modules/root/data-hub/5/rest-api/rewriter

1 file changed

+2
-2
lines changed

marklogic-data-hub/src/main/resources/ml-modules/root/data-hub/5/rest-api/rewriter/9-rewriter.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@
374374
<match-query-param name="transform">
375375
<dispatch>/data-hub/5/rest-api/endpoints/document-item-update.xqy</dispatch>
376376
</match-query-param>
377-
<dispatch>/data-hub/5/rest-api/endpoints/document-item-update-put.xqy</dispatch>
377+
<dispatch>/MarkLogic/rest-api/endpoints/document-item-update-put.xqy</dispatch>
378378
</match-method>
379379
<match-method any-of="DELETE">
380380
<match-query-param name="txid">
@@ -390,7 +390,7 @@
390390
<match-query-param name="category" repeated="true">
391391
<dispatch>/data-hub/5/rest-api/endpoints/document-item-update.xqy</dispatch>
392392
</match-query-param>
393-
<dispatch>/data-hub/5/rest-api/endpoints/document-item-update-delete.xqy</dispatch>
393+
<dispatch>/MarkLogic/rest-api/endpoints/document-item-update-delete.xqy</dispatch>
394394
</match-method>
395395
<match-method any-of="POST">
396396
<match-query-param name="txid">

0 commit comments

Comments
 (0)