• Graham King's avatar
    feat(dynamo-run): Print HTTP routes on startup (#1010) · ed290f0a
    Graham King authored
    For #1006
    
    Prints this on startup:
    ```
    2025-05-09T13:06:34.529Z DEBUG dynamo_run::input::http: Supported routes: ["GET /metrics", "GET /dynamo/alpha/list-models", "GET /v1/models", "POST /v1/chat/completions", "POST /v1/completions"]
    ```
    ed290f0a
http.rs 4.94 KB