Skip to content

Commit

Permalink
Merge pull request ChatGPTNextWeb#2839 from a6z6/main
Browse files Browse the repository at this point in the history
  • Loading branch information
Yidadaa authored Sep 15, 2023
2 parents 0707a1d + 9521f19 commit 3e15142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/api/config/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 3e15142

Please sign in to comment.