This commit is contained in:
2025-01-12 08:08:06 -05:00
parent 3c57f13557
commit efe933a185
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ from fastapi.middleware.cors import CORSMiddleware
logger = logging.getLogger()
logger.setLevel(logging.CRITICAL)
logger.setLevel(logging.INFO)
loop = asyncio.get_event_loop()
app = FastAPI(title="codey.lol API",