Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
MinhoJJang authored Aug 18, 2024
2 parents 9fc7ad6 + 28a4cde commit 75da454
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: 'https://was.dkation.com',
withCredentials: true,
});

Expand Down

0 comments on commit 75da454

Please sign in to comment.