From 9b4ec985b29020b28ab0968f4172e44a544845f9 Mon Sep 17 00:00:00 2001 From: risadmin_prod Date: Mon, 24 Aug 2026 11:31:42 +0000 Subject: [PATCH] adding prefix path --- backend/src/main/resources/application.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/src/main/resources/application.properties b/backend/src/main/resources/application.properties index 1fe520d..da3b0d7 100644 --- a/backend/src/main/resources/application.properties +++ b/backend/src/main/resources/application.properties @@ -1,5 +1,6 @@ # File is used by sprigboot server.contextPath=/* +# Prefix Path server.port=9292 spring.resources.static-locations=classpath:/META-INF/resources/,classpath:/resources/,classpath:/static/,classpath:/public/,classpath:/webui/