fix: add http://223.109.142.84:3001 to API_CORS_ORIGINS for direct frontend access
This commit is contained in:
@@ -55,5 +55,5 @@ POSTGRES_PASSWORD=replace_strong_password
|
||||
|
||||
NEXT_PUBLIC_APP_BASE_PATH=/fl
|
||||
|
||||
API_CORS_ORIGINS=https://www.quizck.cn,https://quizck.cn,http://223.109.142.84:8000,http://localhost:3000,http://127.0.0.1:3000
|
||||
API_CORS_ORIGINS=https://www.quizck.cn,https://quizck.cn,http://223.109.142.84:8000,http://223.109.142.84:3001,http://localhost:3000,http://127.0.0.1:3000,http://localhost:8000
|
||||
API_CORS_ORIGIN_REGEX=
|
||||
|
||||
Reference in New Issue
Block a user