Content-Length: 1605 | pFad | http://github.com/lowcoder-org/lowcoder/pull/1632.patch
thub.com
From 8c5d8b9ec45c5b733a058964ed2cc657bd8eb46f Mon Sep 17 00:00:00 2001
From: Thomasr
Date: Wed, 9 Apr 2025 12:51:46 -0400
Subject: [PATCH] Fixed meta endpoint by adding pathmatch config
---
.../lowcoder-server/src/main/resources/application-debug.yaml | 3 +++
.../lowcoder-server/src/main/resources/application.yaml | 3 +++
2 files changed, 6 insertions(+)
diff --git a/server/api-service/lowcoder-server/src/main/resources/application-debug.yaml b/server/api-service/lowcoder-server/src/main/resources/application-debug.yaml
index 5f16fdace..d52888ca7 100644
--- a/server/api-service/lowcoder-server/src/main/resources/application-debug.yaml
+++ b/server/api-service/lowcoder-server/src/main/resources/application-debug.yaml
@@ -28,6 +28,9 @@ spring:
required: ${LOWCODER_ADMIN_SMTP_STARTTLS_REQUIRED:true}
transport:
protocol: smtp
+ mvc:
+ pathmatch:
+ trailing-slash-match: true
server:
port: 8080
common:
diff --git a/server/api-service/lowcoder-server/src/main/resources/application.yaml b/server/api-service/lowcoder-server/src/main/resources/application.yaml
index e0c0ac59c..e5058563c 100644
--- a/server/api-service/lowcoder-server/src/main/resources/application.yaml
+++ b/server/api-service/lowcoder-server/src/main/resources/application.yaml
@@ -37,6 +37,9 @@ spring:
required: ${LOWCODER_ADMIN_SMTP_STARTTLS_REQUIRED:true}
transport:
protocol: smtp
+ mvc:
+ pathmatch:
+ trailing-slash-match: true
server:
compression:
enabled: true
--- a PPN by Garber Painting Akron. With Image Size Reduction included!Fetched URL: http://github.com/lowcoder-org/lowcoder/pull/1632.patch
Alternative Proxies:
Alternative Proxy
pFad Proxy
pFad v3 Proxy
pFad v4 Proxy