Add new appconfig for spring-boot sparky
[aai/test-config.git] / sparky / appconfig / camel-rests / sparky-core-subscriptionService.xml
1 <rests xmlns="http://camel.apache.org/schema/spring">
2    <rest>
3       <get uri="/subscription/getsubscription">
4          <to uri="bean:subscriptionServiceProcessor?method=getSubscription"/>
5       </get>
6    </rest>
7 </rests>