File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
adapter/adapter.rest/adapter.rest.v2
java/at/tugraz/sss/adapter/rest/v2 Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments