Remove dead code
[clamp.git] / src / main / resources / clds / camel / rest / clds-services.xml
1 <rests xmlns="http://camel.apache.org/schema/spring">
2         <rest >
3                 <get uri="/v1/clds/cldsInfo"
4                         outType="org.onap.clamp.clds.model.CldsInfo"
5                         produces="application/json">
6                         <to
7                                 uri="bean:org.onap.clamp.clds.service.CldsService?method=getCldsInfo()" />
8                 </get>
9                 <get uri="/v1/healthcheck" produces="application/json">
10                         <to
11                                 uri="bean:org.onap.clamp.clds.service.CldsHealthcheckService?method=gethealthcheck()" />
12                 </get>
13
14                 <get uri="/v1/user/getUser" produces="text/plain">
15                         <to
16                                 uri="bean:org.onap.clamp.clds.service.UserService?method=getUser()" />
17                 </get>
18         </rest>
19 </rests>