Skip to content

Commit 8999e64

Browse files
committed
release prep
1 parent a7a4a3b commit 8999e64

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

adapter/adapter.rest/adapter.rest.v2/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494

9595
<apiSource>
9696
<apiVersion>v2</apiVersion>
97-
<basePath>http://test-ll.know-center.tugraz.at/knowbrain</basePath>
97+
<basePath>http://localhost:8080/sss.adapter.rest.v2</basePath>
9898
<!--
9999
localhost:8080/sss.adapter.rest.v2
100100
test-ll.know-center.tugraz.at/ltb.v2
@@ -111,7 +111,7 @@
111111
<licenseUrl>${project.licenseURI}</licenseUrl>
112112
</apiInfo>
113113

114-
<swaggerUIDocBasePath>http://test-ll.know-center.tugraz.at/knowbrain/api-docs</swaggerUIDocBasePath>
114+
<swaggerUIDocBasePath>http://localhost:8080/sss.adapter.rest.v2/api-docs</swaggerUIDocBasePath>
115115
<!--
116116
localhost:8080/sss.adapter.rest.v2/api-docs
117117
test-ll.know-center.tugraz.at/ltb.v2/api-docs

adapter/adapter.rest/adapter.rest.v2/src/main/java/at/tugraz/sss/adapter/rest/v2/SSRestMainV2.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public class SSRestMainV2 extends Application {
5555

5656
public SSRestMainV2() throws Exception{
5757

58-
SSAdapterRestConf.instSet (SSFileU.dirCatalinaBase() + SSVocConf.dirNameConf + "knowbrain.yaml");
58+
SSAdapterRestConf.instSet (SSFileU.dirCatalinaBase() + SSVocConf.dirNameConf + "sss.adapter.rest.v2.conf.yaml");
5959

6060
conf = SSAdapterRestConf.instGet();
6161

adapter/adapter.rest/adapter.rest.v2/src/main/webapp/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<script type="text/javascript">
2626
$(function () {
2727
window.swaggerUi = new SwaggerUi({
28-
url: "http://test-ll.know-center.tugraz.at/knowbrain/api-docs",
28+
url: "http://localhost:8080/sss.adapter.rest.v2/api-docs",
2929
//test-ll.know-center.tugraz.at/ltb-v2/api-docs
3030
//localhost:8080/sss.adapter.rest.v2/api-docs
3131
//test-ll.know-center.tugraz.at/ld

0 commit comments

Comments
 (0)