File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
adapter.rest.v1/src/main/java/at/kc/tugraz/ss/adapter/rest/v1
java/at/kc/tugraz/ss/adapter/rest/v2 Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ public SSRestMainV1() throws Exception{
6666 resourceConfig = new ResourceConfig (SSAdapterRESTFileReplace .class );
6767 resourceConfig .register (MultiPartFeature .class );
6868
69- SSAdapterRestConf .instSet (SSFileU .dirCatalinaBase () + SSVocConf .dirNameConf + "sss.adapter.rest.v1.conf.test. yaml" );
69+ SSAdapterRestConf .instSet (SSFileU .dirCatalinaBase () + SSVocConf .dirNameConf + "sss.adapter.rest.v1.conf.yaml" );
7070
7171 SSFileExtE .init ();
7272 SSMimeTypeE .init ();
Original file line number Diff line number Diff line change 9696
9797 <apiSource >
9898 <apiVersion >v2</apiVersion >
99- <basePath >http://test-ll.know-center.tugraz.at/alpha .v2</basePath >
99+ <basePath >http://localhost:8080/sss.adapter.rest .v2</basePath >
100100 <!--
101101 localhost:8080/sss.adapter.rest.v2
102102 test-ll.know-center.tugraz.at/ltb.v2
113113 <licenseUrl >${project.licenseURI} </licenseUrl >
114114 </apiInfo >
115115
116- <swaggerUIDocBasePath >http://test-ll.know-center.tugraz.at/alpha .v2/api-docs</swaggerUIDocBasePath >
116+ <swaggerUIDocBasePath >http://localhost:8080/sss.adapter.rest .v2/api-docs</swaggerUIDocBasePath >
117117 <!--
118118 localhost:8080/sss.adapter.rest.v2/api-docs
119119 test-ll.know-center.tugraz.at/ltb.v2/api-docs
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ public class SSRestMainV2 extends Application {
4949
5050 public SSRestMainV2 () throws Exception {
5151
52- SSAdapterRestConf .instSet (SSFileU .dirCatalinaBase () + SSVocConf .dirNameConf + "sss.adapter.rest.v2.conf.test. yaml" );
52+ SSAdapterRestConf .instSet (SSFileU .dirCatalinaBase () + SSVocConf .dirNameConf + "sss.adapter.rest.v2.conf.yaml" );
5353
5454 conf = SSAdapterRestConf .instGet ();
5555
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/alpha .v2/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