Skip to content

Commit 884d930

Browse files
dragonpooludomikula
authored andcommittedApr 9, 2025
Fixed meta endpoint by adding pathmatch config
1 parent 40e3305 commit 884d930

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

+3
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

+3
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)