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 a75640d commit d9c9112
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 @@ -13,7 +13,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 d9c9112

Please sign in to comment.