app.get("/")
| 1 | from fastapi import FastAPI, HTTPException, Request |
| 2 | from fastapi.middleware.cors import CORSMiddleware |
| 3 | from fastapi.responses import JSONResponse, Response |
| 4 | from contextlib import asynccontextmanager |
nothing calls this directly
no outgoing calls
no test coverage detected