Skip to content

Commit

Permalink
refactor(constants/api): local client id 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
jinyoung234 committed Jun 29, 2024
1 parent e194eb6 commit 0639198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants/api.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ export const ACCESS_TOKEN = "matzipaccessToken";
export const AUTH_LINK = `https://github.com/login/oauth/authorize?client_id=${
process.env.NODE_ENV === "production"
? "a51717e6e0bb9e34da8e"
: "e060e7a6b636763ab22d"
: "Ov23liPLi52MGpOF4IiF"
}`;

0 comments on commit 0639198

Please sign in to comment.