Skip to content

Commit

Permalink
hotfix: baseURL = https://was.dkation.com
Browse files Browse the repository at this point in the history
  • Loading branch information
MinhoJJang committed Aug 16, 2024
1 parent 647f06f commit 28a4cde
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: 'http://was.dkation.com',
baseURL: 'https://was.dkation.com',
withCredentials: true,
});

Expand Down

0 comments on commit 28a4cde

Please sign in to comment.