Skip to content

Commit 2c2b1c8

Browse files
committed
update CORS_ALLOWED_DOMAINS description
1 parent 45e95a1 commit 2c2b1c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"required": false
2525
},
2626
"CORS_ALLOWED_DOMAINS": {
27-
"description": "The domains supported for CORS requests. If there are multiple domain names, please separate them with commas",
27+
"description": "The domains supported for CORS requests. All domains are allowed by default. If there are multiple domains, please separate them with commas.",
2828
"required": false
2929
},
3030
"MONGODB_URI": {

0 commit comments

Comments
 (0)