Skip to content

Commit

Permalink
FINERACT-2147: fix extra swagger UI endpoint paths
Browse files Browse the repository at this point in the history
I noticed an extra `v1/` while visiting https://localhost:8443/fineract-provider/swagger-ui/index.html

All fineract-provider (unit) tests passed.

I also manually tested out hitting a few /api/v1/ endpoints via the Swagger UI web page at the URL above and those worked as well.
  • Loading branch information
meonkeys authored and galovics committed Nov 19, 2024
1 parent 89e9ea8 commit bb18aad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fineract-provider/config/swagger/fineract-input.yaml.template
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ info:
name: Apache 2.0
url: 'http://www.apache.org/licenses/LICENSE-2.0.html'
servers:
- url: /fineract-provider/api/v1
- url: https://demo.fineract.dev/fineract-provider/api/v1
- url: /fineract-provider/api
- url: https://demo.fineract.dev/fineract-provider/api
components:
securitySchemes:
basicAuth:
Expand Down

0 comments on commit bb18aad

Please sign in to comment.