mirror of
https://github.com/zhigang1992/mitmproxy.git
synced 2026-05-30 09:20:24 +08:00
addons.Addons -> addonmanager, builtins -> addons
This commit is contained in:
@@ -4,7 +4,7 @@ instance, we're using the Flask framework (http://flask.pocoo.org/) to expose
|
||||
a single simplest-possible page.
|
||||
"""
|
||||
from flask import Flask
|
||||
from mitmproxy.builtins import wsgiapp
|
||||
from mitmproxy.addons import wsgiapp
|
||||
|
||||
app = Flask("proxapp")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user