summaryrefslogtreecommitdiffstats
path: root/sparky/appconfig/camel-rests/sparky-core-prepareSchema.xml
blob: 20dba6f13c23149c10c9979fd15007aa90113dd3 (plain)
1
2
3
4
5
6
7
8
9
10
11
<rests xmlns="http://camel.apache.org/schema/spring">
	<rest>
		<post uri="/visualization/prepareVisualization">
			<route>
				<to uri="bean:schemaVisualizationProcessor?method=processVisualizationRequest" />
			</route>
		</post>
	</rest>
</rests>