diff --git a/troubleshooting/250827_frontend_backend_preferences_API_연동_완료.md b/troubleshooting/250827_frontend_backend_preferences_API_연동_완료.md index 196d5b7..459a38d 100644 --- a/troubleshooting/250827_frontend_backend_preferences_API_연동_완료.md +++ b/troubleshooting/250827_frontend_backend_preferences_API_연동_완료.md @@ -173,12 +173,11 @@ const scheduledTasks: ScheduledTask[] = [...]; // 하드코딩 - **UI 처리**: 미구현 필드 비활성화 (opacity-50) - **배포**: 51124:9024 정상 작동 -### 🟡 진행중 -- **Gateway 라우팅**: preferences 전용 프록시 추가 필요 +### ✅ 완료 (Gateway 라우팅 구현됨) +- **Gateway 라우팅**: preferences 전용 프록시 구현 완료 (line 380) -### ⚠️ 작동 방식 -- **현재**: Frontend → Gateway(8100) → rb8001 → 404 -- **필요**: Frontend → Gateway(8100) → robeing-monitor(9024) +### ✅ 작동 방식 (구현 완료) +- **구현됨**: Frontend → Gateway(8100) → robeing-monitor(9024) ✅ ---