add swagger to puppeteer
Build and Push Docker Images / build-and-push (push) Successful in 4m10s

This commit is contained in:
2026-04-23 15:21:50 +02:00
parent 2a3cafc128
commit 09ecad1e7c
5 changed files with 132 additions and 16 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
from fastapi import APIRouter
router = APIRouter()
router = APIRouter(tags=["Health"])
@router.head("/")
async def health_check():