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' ], } },