Project

General

Profile

« Previous | Next » 

Revision 0b9fefc3

Added by Andreas Kohlbecker about 8 years ago

removing deprecated controller endpoint

View differences:

modules/cdm_dataportal/cdm_api/webservice_uris.php
59 59

  
60 60
define('CDM_WS_PORTAL_DESCRIPTION', 'portal/description/$0');
61 61
define('CDM_WS_PORTAL_DESCRIPTION_AREAS_TREE', 'portal/description/$0/namedAreaTree');
62
/**
63
 * @deprecated use CDM_WS_PORTAL_DESCRIPTION_DISTRIBUTION_INFO_FOR instead
64
 */
65
define('CDM_WS_PORTAL_DESCRIPTION_DISTRIBUTION_TREE', 'portal/description/$0/DistributionTree');
62

  
63

  
66 64
define('CDM_WS_PORTAL_DESCRIPTION_DISTRIBUTION_INFO_FOR', 'portal/description/distributionInfoFor/$0');
67 65

  
68 66
define('CDM_WS_DESCRIPTIONELEMENT', 'descriptionElement/$0');

Also available in: Unified diff