Merge pull request #1 from a6z6/a6z6-patch-1

Update route.ts
This commit is contained in:
Amor Zara 2023-09-15 11:23:42 +08:00 committed by GitHub
commit 9521f19507
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@ import { getServerSideConfig } from "../../config/server";
const serverConfig = getServerSideConfig();
// Danger! Don not write any secret value here!
// Danger! Do not hard code any secret value here!
// 警告!不要在这里写入任何敏感信息!
const DANGER_CONFIG = {
needCode: serverConfig.needCode,