summaryrefslogtreecommitdiffstats
path: root/sparky/appconfig/camel-rests/sparky-core-unified-search.xml
blob: 61fd9ad155c09d01e03843f76e833d157fae91b0 (plain)
1
2
3
4
5
6
7
<rests xmlns="http://camel.apache.org/schema/spring">
   <rest>
      <post uri="/search/querysearch">
         <to uri="bean:unifiedSearchProcessor?method=search"/>
      </post>
   </rest>
</rests>