=== modified file 'dhis-2/dhis-web/dhis-web-api-fred/src/main/java/org/hisp/dhis/web/csd/webapi/CsdController.java' --- dhis-2/dhis-web/dhis-web-api-fred/src/main/java/org/hisp/dhis/web/csd/webapi/CsdController.java 2014-01-14 04:02:39 +0000 +++ dhis-2/dhis-web/dhis-web-api-fred/src/main/java/org/hisp/dhis/web/csd/webapi/CsdController.java 2014-01-14 04:04:20 +0000 @@ -58,12 +58,6 @@ @Autowired private OrganisationUnitService organisationUnitService; - @RequestMapping( value = "", method = RequestMethod.GET ) - public void index( HttpServletRequest request, HttpServletResponse response ) throws IOException - { - response.getWriter().println( "Hello." ); - } - @RequestMapping( value = "", method = RequestMethod.POST ) public void csdRequest( @RequestBody Envelope envelope, HttpServletResponse response ) throws IOException {