Skip to content

Commit

Permalink
로그인 버튼 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
DOEKYONG committed Nov 1, 2023
1 parent 8221119 commit 8106f6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fe/src/constants/Endpoints.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const BASE_URL = "http://localhost:8080";
export const BASE_URL = "http://ec2-54-180-81-108.ap-northeast-2.compute.amazonaws.com";
export const API_ENDPOINTS = {
LOGIN: (queryString) =>
`${BASE_URL}/api/login/oauth/naver?code=${queryString}`,
Expand Down

0 comments on commit 8106f6e

Please sign in to comment.