Skip to content

Commit

Permalink
fix: axios 타입변경
Browse files Browse the repository at this point in the history
  • Loading branch information
HoberMin committed Jul 22, 2024
1 parent 7001725 commit 549ec49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apis/core/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const HTTP_METHODS = {
DELETE: 'delete',
} as const;

const TIME_OUT = 2000;
const TIME_OUT = 5000;

const axiosInstance = axios.create({
baseURL: `${process.env.NEXT_PUBLIC_API_URL}`,
Expand Down

0 comments on commit 549ec49

Please sign in to comment.