MCPcopy Create free account
hub / github.com/VGabriel45/SolidityVisualizer / root

Route root

backend/app/main.py:None–None  ·  view source on GitHub ↗
app.get("/")

Source from the content-addressed store, hash-verified

1from fastapi import FastAPI, Request
2from fastapi.middleware.cors import CORSMiddleware
3from slowapi import _rate_limit_exceeded_handler
4from slowapi.errors import RateLimitExceeded

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected