Skip to content

Commit

Permalink
changed health base path
Browse files Browse the repository at this point in the history
  • Loading branch information
candreac committed Nov 15, 2023
1 parent b30301c commit c01f64b
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 @@ -27,7 +27,7 @@ quarkus.log.console.json.additional-field."app_environment".value=${app.environm
quarkus.resteasy-reactive.path=${MODEL_APPLICATION_BASE_PATH:/api/v1/model}
quarkus.swagger-ui.path=${quarkus.resteasy-reactive.path}/${MODEL_SWAGGER_PATH:/swagger-ui}
quarkus.swagger-ui.always-include=true
quarkus.smallrye-health.root-path=${quarkus.resteasy-reactive.path}/${MODEL_HEALTH_PATH:/health}
quarkus.smallrye-health.root-path=${MODEL_HEALTH_PATH:/health/v1/model}
quarkus.smallrye-openapi.path=${quarkus.resteasy-reactive.path}/${MODEL_OPENAPI_PATH:/openapi}
quarkus.smallrye-openapi.info-title=${quarkus.application.name} (${app.environment})
%dev.quarkus.smallrye-openapi.info-title=${quarkus.application.name} (DEV)
Expand Down

0 comments on commit c01f64b

Please sign in to comment.