From bce51969018035cc9ddcc7e506d6a7298f8af861 Mon Sep 17 00:00:00 2001 From: hackrobot Date: Wed, 25 Sep 2024 11:03:33 +0800 Subject: [PATCH] 'sss' --- config/index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/index.js b/config/index.js index b9c020c..eaa55a3 100644 --- a/config/index.js +++ b/config/index.js @@ -95,7 +95,8 @@ const config = { }, // 允许特定域名访问 allowedHosts: [ - 'bot.hackrobot.cn' + // 'bot.hackrobot.cn' + "www.digitalnomadchina.com" ], } },