MCPcopy Create free account
hub / github.com/vercel/vercel / wsgi.py

File wsgi.py

packages/python/test/fixtures/00-request-path/api/wsgi.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1from flask import Flask, Response, request
2app = Flask(__name__)
3
4@app.route('/', defaults={'path': ''})

Callers

nothing calls this directly

Calls 1

runMethod · 0.65

Tested by

no test coverage detected