app.post("/refresh_cache")
| 1 | from fastapi import FastAPI, Depends, HTTPException, Request |
| 2 | from fastapi.middleware.cors import CORSMiddleware |
| 3 | from sqlalchemy.orm import Session |
| 4 | from sqlalchemy import and_, func |
nothing calls this directly
no outgoing calls
no test coverage detected