refactor: Improve exception handling and logging in authentication and playlist services; enhance code readability and structure
This commit is contained in:
@@ -60,7 +60,10 @@ def create_app() -> FastAPI:
|
||||
"""Create and configure the FastAPI application."""
|
||||
app = FastAPI(
|
||||
title="Soundboard API",
|
||||
description="API for the Soundboard application with authentication, sound management, and real-time features",
|
||||
description=(
|
||||
"API for the Soundboard application with authentication, "
|
||||
"sound management, and real-time features"
|
||||
),
|
||||
version="1.0.0",
|
||||
lifespan=lifespan,
|
||||
# Configure docs URLs for reverse proxy setup
|
||||
|
||||
Reference in New Issue
Block a user