Changeset 646 for trunk/src


Ignore:
Timestamp:
Jul 12, 2010, 12:41:54 PM (13 years ago)
Author:
jahn
Message:

Fixed rest url.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/groovy/dbnp/rest/common/CommunicationManager.groovy

    r645 r646  
    152152     */
    153153    public static registerRestWrapperMethodsGSCFtoSAM() {
    154         def url = GSCFServerURL
     154        def url = GSCFServerURL + '/rest'
    155155                addRestWrapper( url , 'getStudies' )
    156156                addRestWrapper( url , 'getSubjects', ['externalStudyID'] )
Note: See TracChangeset for help on using the changeset viewer.