We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2916013 + 9aabddd commit f0c08b1Copy full SHA for f0c08b1
doc/example.rst
@@ -7,7 +7,7 @@ Here is a full example of a `TodoMVC <http://todomvc.com/>`_ API.
7
8
from flask import Flask
9
from flask_restx import Api, Resource, fields
10
- from werkzeug.contrib.fixers import ProxyFix
+ from werkzeug.middleware.proxy_fix import ProxyFix
11
12
app = Flask(__name__)
13
app.wsgi_app = ProxyFix(app.wsgi_app)
0 commit comments