summaryrefslogtreecommitdiff
path: root/services/api/src/trading_api/routers/strategies.py
AgeCommit message (Collapse)Author
32 hoursfix: resolve final 3 issues for production readinessTheSiahxyz
- Fix API strategies endpoint path resolution (use STRATEGIES_DIR env var) - Add DATABASE_URL env var override in alembic env.py - Move risk config fields to shared Settings base class - Remove duplicate fields from ExecutorConfig
32 hoursfix: snapshot delay, env fields, alembic creds, API healthcheck and error ↵TheSiahxyz
handling
32 hoursfix: lint cleanup for API, combined strategy, and formattingTheSiahxyz
33 hoursfeat: add FastAPI REST API serviceTheSiahxyz