blob: db631a84fefaba45c85072e81359685bd106453e (
plain)
1
2
3
4
5
|
<route xmlns="http://camel.apache.org/schema/spring" trace="true">
<from uri="servlet:///data-router/v1/orchestration-event-service/?matchOnUriPrefix=true" />
<to uri="cxfbean:auditService" />
</route>
|