Skip to content
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.

Commit

Permalink
#266 pass through calls to test/default.xqy
Browse files Browse the repository at this point in the history
  • Loading branch information
dmcassel committed Aug 12, 2014
1 parent 7081fce commit 33ddbb1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/roxy/config/defaults.xqy
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ declare variable $ROXY-ROUTES :=
return
<routes xmlns="http://marklogic.com/appservices/rest">
<request uri="^/test/(js|img|css)/(.*)" />
<request uri="^/test/default.xqy" />
<request uri="^/test/(.*)" endpoint="/test/default.xqy">
<uri-param name="func" default="{$default-function}">$1</uri-param>
</request>
Expand Down Expand Up @@ -118,4 +119,4 @@ declare variable $LABELS :=
<label key="facet1">
<value xml:lang="en">Sample Facet</value>
</label>
</labels>;
</labels>;

0 comments on commit 33ddbb1

Please sign in to comment.