fix: the Backend returns 400 error (#449)

This commit is contained in:
Willem Jiang
2025-07-20 11:38:18 +08:00
committed by GitHub
parent d34f48819d
commit ff67366c5c
2 changed files with 8 additions and 4 deletions

View File

@@ -10,7 +10,7 @@ AGENT_RECURSION_LIMIT=30
# CORS settings
# Comma-separated list of allowed origins for CORS requests
# Example: ALLOWED_ORIGINS=http://localhost:3000,http://example.com
ALLOWED_ORIGINS=http://localhost:3000
ALLOWED_ORIGINS=http://localhost:3000,http://localhost:8000
# Enable or disable MCP server configuration, the default is false.
# Please enable this feature before securing your front-end and back-end in a managed environment.