Skip to content

Commit

Permalink
fix: 마이페이지 로컬주소 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
jisung24 committed Nov 28, 2023
1 parent d970e39 commit b14a584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/api/mypage/myPageApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import request from '@/libs/api'

export const myPageApi = async (): Promise<GetMyPageResponse> => {
try {
const req = await request.get('http://3.114.43.57:8080/members')
const req = await request.get('/members')
return req.data
} catch {
throw new Error('cannot get api from myPage')
Expand Down

0 comments on commit b14a584

Please sign in to comment.