We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f02ecd commit 4e29d55Copy full SHA for 4e29d55
src/hooks/useAuthenticatedApi.js
@@ -39,7 +39,7 @@ export const useAuthenticatedApi = () => {
39
//로그인 이후 api 요청
40
const apiClient = useMemo(() => {
41
const client = axios.create({
42
- baseURL: 'https://gdgocinha.com/api',
+ baseURL: 'https://gdgocinha.site/',
43
headers: { 'Content-Type': 'application/json' },
44
withCredentials: true,
45
});
0 commit comments