Skip to content

Commit 8c5d8b9

Browse files
committed
Fixed meta endpoint by adding pathmatch config
1 parent b3bb957 commit 8c5d8b9

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

server/api-service/lowcoder-server/src/main/resources/application-debug.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ spring:
2828
required: ${LOWCODER_ADMIN_SMTP_STARTTLS_REQUIRED:true}
2929
transport:
3030
protocol: smtp
31+
mvc:
32+
pathmatch:
33+
trailing-slash-match: true
3134
server:
3235
port: 8080
3336
common:

server/api-service/lowcoder-server/src/main/resources/application.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ spring:
3737
required: ${LOWCODER_ADMIN_SMTP_STARTTLS_REQUIRED:true}
3838
transport:
3939
protocol: smtp
40+
mvc:
41+
pathmatch:
42+
trailing-slash-match: true
4043
server:
4144
compression:
4245
enabled: true

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy