From 23f969fa6f671c916220e82f0ffc5a638bfd087a Mon Sep 17 00:00:00 2001 From: mwithi Date: Thu, 9 Jan 2025 23:07:38 +0100 Subject: [PATCH] Fix .dist --- rsc/application.properties.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rsc/application.properties.dist b/rsc/application.properties.dist index 0807834b..fcfc3004 100644 --- a/rsc/application.properties.dist +++ b/rsc/application.properties.dist @@ -19,7 +19,7 @@ spring.jpa.open-in-view=false cors.allowed.origins=http://API_HOST:API_PORT,http://UI_HOST:UI_PORT ### Swagger-UI (info) -api.host=API_HOST:API_PORT +api.host=http://API_HOST:API_PORT api.protocol=http springdoc.swagger-ui.tagsSorter=alpha springdoc.swagger-ui.doc-expansion=none