docs: fix CORS allowed_hosts example

This commit is contained in:
Bingshen Wang
2026-05-14 20:09:47 +02:00
committed by GitHub
parent f051809a5f
commit 0128eed63d
+1 -1
View File
@@ -132,7 +132,7 @@ cors:
credentials: true
# The following are the default CORS settings when it is enabled.
allowed_hosts:
- *
- '*'
allowed_headers:
- Authorization
- Content-Type