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
@@ -3,7 +3,7 @@ from typing import Optional
from app.config import API_KEY
from app.services.cache import clear_cache, get_cache_stats
router = APIRouter()
router = APIRouter(tags=["Cache"])
@router.get("/cache/clear")
async def clear_cache_route(x_api_key: Optional[str] = Header(None)):