allow /containers/* API

This commit is contained in:
Ishaan Jaffer 2026-01-14 15:06:17 -08:00
parent 271aba7654
commit c75050d17b

View file

@ -360,6 +360,10 @@ class LiteLLMRoutes(enum.Enum):
# OCR
"/ocr",
"/v1/ocr",
# containers API
"/containers/*",
"/v1/containers/*",
]
mapped_pass_through_routes = [