diff --git a/backend/src/main/resources/application.properties b/backend/src/main/resources/application.properties index 9fb1b8f54..6e85d0e17 100644 --- a/backend/src/main/resources/application.properties +++ b/backend/src/main/resources/application.properties @@ -1,9 +1,6 @@ spring.jackson.serialization.INDENT_OUTPUT=true springdoc.swagger-ui.path=/swagger-ui-ols4.html -springdoc.api-docs.path=/ols-api-docs -springdoc.swagger-ui.url=/ols-api-docs -springdoc.swagger-ui.config-url=/ols-api-docs/swagger-config springdoc.swagger-ui.operationsSorter=method springdoc.swagger-ui.disable-swagger-default-url=true