Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
from
flask
import
Flask, Response, request
2
app = Flask(__name__)
3
4
@app.route(
'/'
, defaults={
'path'
:
''
})
Callers
nothing calls this directly
Calls
1
run
Method · 0.65
Tested by
no test coverage detected