Skip to content

Commit

Permalink
chore: / 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
Leejha committed Oct 2, 2023
1 parent 5db9094 commit 3ecaba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/jurumarble/src/lib/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const KAKAO_LOGIN_REDIRECT_URL =
: `${CLIENT_URL}${Path.KAKAO_LOGIN_PROCESS}`;
export const NAVER_LOGIN_REDIRECT_URL =
process.env.NODE_ENV === "development"
? `http://localhost:3000/${Path.NAVER_LOGIN_PROCESS}`
? `http://localhost:3000${Path.NAVER_LOGIN_PROCESS}`
: `${CLIENT_URL}${Path.NAVER_LOGIN_PROCESS}`;

export const REGION_LIST = [
Expand Down

0 comments on commit 3ecaba9

Please sign in to comment.