Add new appconfig for spring-boot sparky
[aai/test-config.git] / sparky / appconfig / 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