This commit is contained in:
paul2212
2026-03-16 12:43:26 +01:00
parent eee58431ab
commit 7843a38407
12 changed files with 70 additions and 1739 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.20",
version="0.1.23",
lifespan=lifespan,
docs_url=None,
redoc_url=None,