From 037bb71a9bc1d4dd396340d43425d98266d93261 Mon Sep 17 00:00:00 2001 From: hackrobot Date: Sat, 14 Sep 2024 12:49:49 +0800 Subject: [PATCH] update --- config/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/index.js b/config/index.js index 5e2ef46..b9c020c 100644 --- a/config/index.js +++ b/config/index.js @@ -95,7 +95,7 @@ const config = { }, // 允许特定域名访问 allowedHosts: [ - 'nomad.hackrobot.cn' + 'bot.hackrobot.cn' ], } },