Updated AAI to latest images - sparky
[oom.git] / kubernetes / aai / charts / aai-sparky-be / resources / config / 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>