feat(N/A): 修改dev环境的cors配置

This commit is contained in:
guo
2025-10-26 14:15:55 +08:00
parent b72571697c
commit a99fefb91f
+1 -1
View File
@@ -9,7 +9,7 @@ server:
port: 5155
cors:
allowCredentials: false
allowCredentials: true
allowed-origins:
- '*'