Skip to content

Commit

Permalink
[#57]Recfactor:최적화
Browse files Browse the repository at this point in the history
  • Loading branch information
HyunJungJo98 committed Mar 25, 2022
1 parent 16fec80 commit 24fff95
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions frontend/sweet-red-beans/src/url/url.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
export const KAKAO_AUTH_URL = "https://kauth.kakao.com/oauth/authorize?client_id=e64599af67aac20483ad02a14a8c5058&redirect_uri=http://localhost:3000/signin/oauth2/code/kakao&response_type=code"
export const GOOGLE_AUTH_URL = "https://accounts.google.com/o/oauth2/v2/auth?scope=email profile&response_type=code&client_id=435089655733-6v1fo661d0dda2ue3ql61420dtquril1.apps.googleusercontent.com&redirect_uri=http://localhost:3000/signin/auth/google/callback"
export const SWEET_RED_BEANS_GITHUB = "https://github.com/Sweet-red-beans/collector";
export const MEMBER0 = "https://github.com/redhi";
export const MEMBER1 = "https://github.com/llynn97";
export const MEMBER2 = "https://github.com/EveKristinLee";
export const MEMBER3 = "https://github.com/HyunJungJo98";
export const MEMBER_GITHUB = [MEMBER0, MEMBER1, MEMBER2, MEMBER3];
export const EMAIL = "[email protected]";

0 comments on commit 24fff95

Please sign in to comment.