Skip to content

Commit 4e29d55

Browse files
committed
Fix: to correct url
1 parent 7f02ecd commit 4e29d55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hooks/useAuthenticatedApi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export const useAuthenticatedApi = () => {
3939
//로그인 이후 api 요청
4040
const apiClient = useMemo(() => {
4141
const client = axios.create({
42-
baseURL: 'https://gdgocinha.com/api',
42+
baseURL: 'https://gdgocinha.site/',
4343
headers: { 'Content-Type': 'application/json' },
4444
withCredentials: true,
4545
});

0 commit comments

Comments
 (0)