From c940bb560efac6ef0fcd8c7ce428fb0c0bb7d38e Mon Sep 17 00:00:00 2001 From: haider Date: Wed, 15 Jan 2025 13:57:00 +0000 Subject: [PATCH] Update API URL in Swagger-UI --- backend/src/main/resources/application.properties | 3 +++ 1 file changed, 3 insertions(+) diff --git a/backend/src/main/resources/application.properties b/backend/src/main/resources/application.properties index 6e85d0e17..9fb1b8f54 100644 --- a/backend/src/main/resources/application.properties +++ b/backend/src/main/resources/application.properties @@ -1,6 +1,9 @@ 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