fix import scim_router

This commit is contained in:
Ishaan Jaff 2025-04-16 16:54:22 -07:00
parent ce71e85543
commit edb50d4d6c

View file

@ -238,7 +238,7 @@ from litellm.proxy.management_endpoints.model_management_endpoints import (
from litellm.proxy.management_endpoints.organization_endpoints import (
router as organization_router,
)
from litellm.proxy.management_endpoints.scim_v2 import scim_router
from litellm.proxy.management_endpoints.scim.scim_v2 import scim_router
from litellm.proxy.management_endpoints.tag_management_endpoints import (
router as tag_management_router,
)