From ac017f09d94ff942dae2763b077edce09ae5ec1d Mon Sep 17 00:00:00 2001 From: happybell80 Date: Thu, 28 Aug 2025 18:48:55 +0900 Subject: [PATCH] =?UTF-8?q?docs:=20preferences=20API=20=EB=9D=BC=EC=9A=B0?= =?UTF-8?q?=ED=8C=85=20=EC=99=84=EB=A3=8C=20=EC=83=81=ED=83=9C=20=EC=97=85?= =?UTF-8?q?=EB=8D=B0=EC=9D=B4=ED=8A=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 250827_frontend_backend_preferences_API_연동_완료.md: - '진행중' → '완료'로 상태 변경 - Gateway 라우팅이 이미 구현되어 있음을 명확히 표시 - 작동 방식도 구현 완료로 업데이트 실제 코드 확인: - /home/admin/robeing-gateway/app/main.py:380에 구현됨 - /api/preferences/{path:path} 라우팅 존재 --- ...827_frontend_backend_preferences_API_연동_완료.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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) ✅ ---