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

vorburger 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 1afc3f1  FINERACT-1138: Make localhost default server for Swagger UI
1afc3f1 is described below

commit 1afc3f13307026e02d2eb858ff6e70cc1f45f7cb
Author: Petri Tuomola <[email protected]>
AuthorDate: Mon Oct 19 21:40:40 2020 +0300

    FINERACT-1138: Make localhost default server for Swagger UI
---
 fineract-provider/config/swagger/fineract-input.yaml.template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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

Reply via email to