제어관리 외부 커넥션 설정기능

This commit is contained in:
kjs
2025-09-24 18:23:57 +09:00
parent 0d9ee4c40f
commit b41e645c74
25 changed files with 6775 additions and 209 deletions

View File

@@ -51,7 +51,7 @@ const TokenManager = {
// Axios 인스턴스 생성
export const apiClient = axios.create({
baseURL: API_BASE_URL,
timeout: 10000,
timeout: 30000, // 30초로 증가 (다중 커넥션 처리 시간 고려)
headers: {
"Content-Type": "application/json",
},