Skip to content

Commit

Permalink
Fixed openapi.json URL according to the standardized location (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
theute authored and pilhuhn committed Dec 17, 2019
1 parent ca0763e commit a33f730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ quarkus.datasource.password = connor
com.redhat.cloud.custompolicies.app.VerifyEngine/mp-rest/url=http://localhost:8083

# OpenAPI path
quarkus.smallrye-openapi.path=/api/custom-policies/v1.0/policies/openapi.json
quarkus.smallrye-openapi.path=/api/custom-policies/v1.0/openapi.json

0 comments on commit a33f730

Please sign in to comment.