trading-platform-frontend-v2/src/services
Adrian Flores Cortes 190decd498 fix(frontend): correct WebSocket URLs and ports
- Backend WS: Changed from localhost:3000/ws/trading to localhost:3080/ws
- ML Engine WS: Changed from localhost:8001 to localhost:3083
- Portfolio WS: Changed from localhost:3000/ws/portfolio to localhost:3080/ws
- Backend uses single /ws path with message types for channel differentiation
- ML Engine has dedicated /ws/signals endpoint

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-27 05:50:35 -06:00
..
adminService.ts feat: Initial commit - Trading Platform Frontend 2026-01-18 04:30:39 -06:00
auth.service.ts feat(auth): Implement auto-refresh token interceptor (ST4.1) 2026-01-26 19:16:58 -06:00
backtestService.ts feat: Initial commit - Trading Platform Frontend 2026-01-18 04:30:39 -06:00
chat.service.ts fix: Centralize API clients and add global ErrorBoundary (Phase 3) 2026-01-27 04:56:44 -06:00
education.service.ts fix: Centralize API clients and add global ErrorBoundary (Phase 3) 2026-01-27 04:56:44 -06:00
investment.service.ts fix: Centralize API clients and add global ErrorBoundary (Phase 3) 2026-01-27 04:56:44 -06:00
llmAgentService.ts feat: Initial commit - Trading Platform Frontend 2026-01-18 04:30:39 -06:00
mlService.ts feat: Initial commit - Trading Platform Frontend 2026-01-18 04:30:39 -06:00
notification.service.ts fix: Centralize API clients and add global ErrorBoundary (Phase 3) 2026-01-27 04:56:44 -06:00
payment.service.ts fix: Centralize API clients and add global ErrorBoundary (Phase 3) 2026-01-27 04:56:44 -06:00
portfolio.service.ts [OQI-008] feat: Add portfolio Phase 3 - Performance chart and edit allocations 2026-01-25 08:40:47 -06:00
trading.service.ts fix: Centralize API clients and add global ErrorBoundary (Phase 3) 2026-01-27 04:56:44 -06:00
video-upload.service.ts feat(education): Integrate real video upload API (ST4.3.5) 2026-01-26 20:41:18 -06:00
websocket.service.ts fix(frontend): correct WebSocket URLs and ports 2026-01-27 05:50:35 -06:00