Merge "clamphealth check"
[oom.git] / kubernetes / aai / charts / aai-sparky-be / resources / config / camel-rests / sparky-core-prepareSchema.xml
1 <rests xmlns="http://camel.apache.org/schema/spring">
2         <rest>
3                 <post uri="/visualization/prepareVisualization">
4                         <route>
5                                 <to uri="bean:schemaVisualizationProcessor?method=processVisualizationRequest" />
6                         </route>
7                 </post>
8         </rest>
9 </rests>
10
11