From 24fff95a3603434644ca451c6451cd3bf78db30e Mon Sep 17 00:00:00 2001 From: HyunJungJo98 Date: Fri, 25 Mar 2022 14:59:39 +0900 Subject: [PATCH] =?UTF-8?q?[#57]Recfactor:=EC=B5=9C=EC=A0=81=ED=99=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/sweet-red-beans/src/url/url.js | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 frontend/sweet-red-beans/src/url/url.js 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