Skip to content

Commit

Permalink
hotfix: hardcoding
Browse files Browse the repository at this point in the history
  • Loading branch information
MinhoJJang committed Aug 16, 2024
1 parent 67d7c8a commit 647f06f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/_hooks/Axios.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { cookies } from 'next/headers';
import { useNavigate } from 'react-router-dom';

const api = axios.create({
baseURL: process.env.NEXT_PUBLIC_SERVER_URL,
baseURL: 'http://was.dkation.com',
withCredentials: true,
});

Expand Down

0 comments on commit 647f06f

Please sign in to comment.