Project

General

Profile

« Previous | Next » 

Revision 765139ec

Added by Andreas Müller over 7 years ago

ref #6065 fix missing taxonUuid in URL

View differences:

cdmlib-remote/src/main/java/eu/etaxonomy/cdm/remote/controller/ClassificationController.java
145 145
    * @throws IOException
146 146
    */
147 147
   @RequestMapping(
148
           value = {"childNodesByTaxon"},
148
           value = {"childNodesByTaxon/{taxonUuid}"},
149 149
           method = RequestMethod.GET)
150 150
   public Pager<TaxonNodeDto> doPageChildNodes(
151 151
           @PathVariable("uuid") UUID classificationUuid,
......
223 223

  
224 224

  
225 225
   @RequestMapping(
226
           value = {"taxonInContext"},
226
           value = {"taxonInContext/{taxonUuid}"},
227 227
           method = RequestMethod.GET)
228 228
   public TaxonInContextDTO getTaxonInContext(
229 229
           @PathVariable("uuid") UUID classificationUuid,

Also available in: Unified diff