improve on openapi metadata (#1795)

This commit is contained in:
dni ⚡
2023-08-24 10:52:12 +01:00
committed by GitHub
parent 4e6f229db2
commit 39d717e34c
7 changed files with 54 additions and 25 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ from .tasks import (
def create_app() -> FastAPI:
configure_logger()
app = FastAPI(
title="LNbits API",
title=settings.lnbits_title,
description=(
"API for LNbits, the free and open source bitcoin wallet and "
"accounts system with plugins."