Files
trading_bot_v3/test-trade-validation.js
mindesbunister befe860188 Fix API URL handling for Docker deployment
- Replace hardcoded localhost URLs with dynamic host detection from request headers
- Supports both development (localhost:3001) and Docker (localhost:9000 -> 3000) environments
- Uses host header to determine correct protocol and port for internal API calls
- Updated execute-dex, validate, and orders APIs to use dynamic baseUrl
- Ensures proper API communication in containerized environments
2025-07-16 16:24:26 +02:00

1.3 KiB