보안설정 수정, 모바일 최적화 변경

This commit is contained in:
2025-06-11 03:33:44 +09:00
parent d085e037a1
commit 48f1bf1c52
10 changed files with 339 additions and 141 deletions
+1
View File
@@ -10,6 +10,7 @@ const apiClient = axios.create({
headers: {
'Content-Type': 'application/json',
},
withCredentials: true,
timeout: 10000
});