Skip to content

Commit

Permalink
Move new GOKb endpoints to rest interface (#274)
Browse files Browse the repository at this point in the history
  • Loading branch information
philboeselager committed Sep 24, 2020
1 parent 5dc13b3 commit 938691c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions grails-app/conf/Config.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ environments {
xrSuggestUriStub = 'http://localhost:8080/gokb/api/suggest'
xrFindUriStub = 'http://localhost:8080/gokb/api/find'
xrJobInfo = 'http://localhost:8080/gokb/integration/getJobInfo'
packageInfo = 'http://localhost:8080/gokb/packages/'
platformInfo = 'http://localhost:8080/gokb/platforms/'
packageInfo = 'http://localhost:8080/gokb/rest/packages/'
platformInfo = 'http://localhost:8080/gokb/rest/platforms/'
namespaceCategory = 'ttl_prv'
user = ''
pwd = ''
Expand Down Expand Up @@ -135,8 +135,8 @@ environments {
xrSuggestUriStub = 'http://phaeton.hbz-nrw.de/gokb/api/suggest'
xrFindUriStub = 'http://phaeton.hbz-nrw.de/gokb/api/find'
xrJobInfo = 'http://phaeton.hbz-nrw.de/gokb/integration/getJobInfo'
packageInfo = 'http://phaeton.hbz-nrw.de/gokb/packages/'
platformInfo = 'http://phaeton.hbz-nrw.de/gokb/platforms/'
packageInfo = 'http://phaeton.hbz-nrw.de/gokb/rest/packages/'
platformInfo = 'http://phaeton.hbz-nrw.de/gokb/rest/platforms/'
namespaceCategory = 'ttl_prv'
user = ''
pwd = ''
Expand Down

0 comments on commit 938691c

Please sign in to comment.