Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/vercel/examples
/ get_sample_data
Route
get_sample_data
python/flask/endpoints/routes.py:None–None ·
view source on GitHub ↗
api_bp.get("/api/data")
Source
from the content-addressed store, hash-verified
1
from
flask
import
Blueprint, jsonify
2
3
4
api_bp = Blueprint(
"api"
, __name__)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected