From 0128eed63db8baec26426e14f91e8086efb570b7 Mon Sep 17 00:00:00 2001 From: Bingshen Wang Date: Fri, 15 May 2026 02:09:47 +0800 Subject: [PATCH] docs: fix CORS allowed_hosts example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3dfd62a..3090c0c 100644 --- a/README.md +++ b/README.md @@ -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