Skip to content

Commit

Permalink
Merge pull request #1 from a6z6/a6z6-patch-1
Browse files Browse the repository at this point in the history
Update route.ts
  • Loading branch information
a6z6 authored Sep 15, 2023
2 parents e03db9c + bd69116 commit 9521f19
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 9521f19

Please sign in to comment.