Correct INFO.yaml to pass YAML Lint
[aai/gizmo.git] / src / main / ajsc / crud-api_v1 / crud-api / v1 / routes / helloWorld.route
1 <route xmlns="http://camel.apache.org/schema/spring" trace="true">
2     <from uri="restlet:/__module_ajsc_namespace_name__/__module_ajsc_namespace_version__/helloWorld"/>
3     <to uri="bean:helloWorld?method=speak"/>
4 </route>