chore: mv router_registry.py to fastapi_router_registry.py

For clarity

Signed-off-by: Sébastien Han <seb@redhat.com>
This commit is contained in:
Sébastien Han 2025-11-21 11:44:25 +01:00
parent 23e74446db
commit 8a21d8debe
No known key found for this signature in database
6 changed files with 5 additions and 5 deletions

View file

@ -77,7 +77,7 @@ def create_llama_stack_app() -> FastAPI:
)
# Include routers for APIs that have them (automatic discovery)
from llama_stack.core.server.router_registry import build_router, has_router
from llama_stack.core.server.fastapi_router_registry import build_router, has_router
def dummy_impl_getter(api: Api) -> Any:
"""Dummy implementation getter for OpenAPI generation."""