CAH plugin ------ initial work/to be refactored, working through implementation bits

This commit is contained in:
2024-09-19 20:58:33 -04:00
parent a4d9fa797c
commit f20a325a1f
3 changed files with 14 additions and 11 deletions

View File

@ -9,7 +9,7 @@ from fastapi.security import APIKeyHeader, APIKeyQuery
from fastapi.middleware.cors import CORSMiddleware
logger = logging.getLogger()
logger.setLevel(logging.DEBUG)
logger.setLevel(logging.CRITICAL)
app = FastAPI(title="codey.lol API",
version="0.1a",