← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 13707: csd: remove GET from /api-fred/csd

 

------------------------------------------------------------
revno: 13707
committer: Morten Olav Hansen <mortenoh@xxxxxxxxx>
branch nick: dhis2
timestamp: Tue 2014-01-14 11:04:20 +0700
message:
  csd: remove GET from /api-fred/csd
modified:
  dhis-2/dhis-web/dhis-web-api-fred/src/main/java/org/hisp/dhis/web/csd/webapi/CsdController.java


--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk

Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== 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
     {