diff --git a/frontend/sweet-red-beans/src/url/url.js b/frontend/sweet-red-beans/src/url/url.js new file mode 100644 index 0000000..566ac27 --- /dev/null +++ b/frontend/sweet-red-beans/src/url/url.js @@ -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@address.com"; \ No newline at end of file