This commit is contained in:
paul2212
2026-03-16 13:48:12 +01:00
parent 66c3f06b48
commit fef3d18d3f
7 changed files with 51 additions and 13 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.23",
version="0.1.25",
lifespan=lifespan,
docs_url=None,
redoc_url=None,