Skip to content

Commit

Permalink
hotfix: axios timeout 시간 조정
Browse files Browse the repository at this point in the history
  • Loading branch information
yougyung committed Aug 5, 2024
1 parent cb58eb4 commit 757727e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apis/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export interface ErrorType {

const api = axios.create({
baseURL: process.env.NEXT_PUBLIC_BASE_URL,
timeout: 3000,
timeout: 5000,
});

export function removeToken() {
Expand Down

0 comments on commit 757727e

Please sign in to comment.