Rewriting comments

This commit is contained in:
Pascal Scheiben
2025-09-18 12:05:03 +02:00
committed by Magel, Denis
parent 579c62319c
commit 1a4e2ff688
3 changed files with 5 additions and 5 deletions

View File

@@ -10,7 +10,7 @@ router = APIRouter(tags=["config"])
@router.post("/config", response_model=ConfigReturnSchema)
async def create_config(config: ConfigSchema) -> ConfigSchema:
"""
Endpoint to receive and return configuration data.
Endpoint to receive and store configuration data.
"""
logger.info("Received configuration data")
return config