Set thrift port and network_mode
[aai/test-config.git] / sparky / dynamic / routes / sparky-core-unified-search.route
1 <route xmlns="http://camel.apache.org/schema/spring" trace="true">
2      <from uri="restlet:/search/querysearch?restletMethods=get,post" />
3      <from uri="restlet:/search/querysearch/?restletMethods=get,post" />
4      <to  uri="bean:unifiedSearchProcessor?method=search"/>
5 </route>