You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by pt...@apache.org on 2021/11/03 14:40:46 UTC

[fineract] branch develop updated: Use relative path for the swagger UI API server

This is an automated email from the ASF dual-hosted git repository.

ptuomola pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git


The following commit(s) were added to refs/heads/develop by this push:
     new 6c26179  Use relative path for the swagger UI API server
6c26179 is described below

commit 6c26179bcaea25d22b1d58d4bc8016b15a9e6a52
Author: phongnguyen-epay <ph...@epay.vn>
AuthorDate: Wed Nov 3 09:43:31 2021 +0000

    Use relative path for the swagger UI API server
---
 fineract-provider/config/swagger/fineract-input.yaml.template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fineract-provider/config/swagger/fineract-input.yaml.template b/fineract-provider/config/swagger/fineract-input.yaml.template
index d6b0460..63268f0 100644
--- a/fineract-provider/config/swagger/fineract-input.yaml.template
+++ b/fineract-provider/config/swagger/fineract-input.yaml.template
@@ -22,7 +22,7 @@ info:
     name: Apache 2.0
     url: 'http://www.apache.org/licenses/LICENSE-2.0.html'
 servers:
-  - url: https://localhost:8443/fineract-provider/api/v1
+  - url: /fineract-provider/api/v1
   - url: https://demo.fineract.dev/fineract-provider/api/v1
 components:
   securitySchemes: