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

commit 6151c205280e545f11cec148c3579e3389f88eb4
Author: Grandolf49 <[email protected]>
AuthorDate: Sat Aug 1 23:07:00 2020 +0530

    FINERACT-838 Fixed Base URL for Swagger Codegen
---
 fineract-provider/config/swagger/fineract-input.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fineract-provider/config/swagger/fineract-input.yaml 
b/fineract-provider/config/swagger/fineract-input.yaml
index 5e78370..5653e7c 100644
--- a/fineract-provider/config/swagger/fineract-input.yaml
+++ b/fineract-provider/config/swagger/fineract-input.yaml
@@ -22,7 +22,7 @@ info:
     name: Apache 2.0
     url: 'http://www.apache.org/licenses/LICENSE-2.0.html'
 servers:
-- url: /fineract-provider/api/v1
+- url: https://demo.openmf.org/fineract-provider/api/v1
 components:
   securitySchemes:
     basicAuth:

Reply via email to