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/layers.test </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/layers.test
110110 <licenseUrl >${project.licenseURI} </licenseUrl >
111111 </apiInfo >
112112
113- <swaggerUIDocBasePath >http://test-ll.know-center.tugraz.at/layers.test /api-docs</swaggerUIDocBasePath >
113+ <swaggerUIDocBasePath >http://localhost:8080/sss.adapter.rest.v2 /api-docs</swaggerUIDocBasePath >
114114 <!--
115115 localhost:8080/sss.adapter.rest.v2/api-docs
116116 test-ll.know-center.tugraz.at/layers.test/api-docs
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ public SSRestMainV2() throws Exception{
5757
5858 //sss.adapter.rest.v2.conf
5959 //layers.test
60- SSAdapterRestConf .instSet (SSFileU .dirCatalinaBase () + SSVocConf .dirNameConf + "layers.test .yaml" );
60+ SSAdapterRestConf .instSet (SSFileU .dirCatalinaBase () + SSVocConf .dirNameConf + "sss.adapter.rest.v2.conf .yaml" );
6161
6262 conf = SSAdapterRestConf .instGet ();
6363
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/layers.test /api-docs" ,
28+ url : "http://localhost:8080/sss.adapter.rest.v2 /api-docs" ,
2929 //test-ll.know-center.tugraz.at/layers.test/api-docs
3030 //localhost:8080/sss.adapter.rest.v2/api-docs
3131 dom_id : "swagger-ui-container" ,
You can’t perform that action at this time.
0 commit comments