This commit is contained in:
paul2212
2026-03-16 14:17:49 +01:00
parent a7fabdae54
commit 48c40d9f8f
13 changed files with 438 additions and 5 deletions

View File

@@ -75,7 +75,7 @@ async def lifespan(app: FastAPI): # noqa: ARG001
app = FastAPI(
title="Fichero Printer API",
description="REST API for the Fichero D11s (AiYin) thermal label printer.",
version="0.1.25",
version="0.1.27",
lifespan=lifespan,
docs_url=None,
redoc_url=None,