MCPcopy Create free account
hub / github.com/THESIS-AGENT/AIRouter / refresh_cache

Route refresh_cache

api_key_manager/api.py:None–None  ·  view source on GitHub ↗
app.post("/refresh_cache")

Source from the content-addressed store, hash-verified

1from fastapi import FastAPI, Depends, HTTPException, Request
2from fastapi.middleware.cors import CORSMiddleware
3from sqlalchemy.orm import Session
4from sqlalchemy import and_, func

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected