MCPcopy Create free account
hub / github.com/CodeGraphContext/CodeGraphContext / spa_fallback

Route spa_fallback

src/codegraphcontext/viz/server.py:None–None  ·  view source on GitHub ↗
app.get("/{full_path:path}")

Source from the content-addressed store, hash-verified

1from __future__ import annotations
2# src/codegraphcontext/viz/server.py
3from fastapi import FastAPI, HTTPException, Query, Request
4from fastapi.staticfiles import StaticFiles

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected