Skip to content

Commit f0c08b1

Browse files
authored
Merge pull request #168 from Rich107/patch-1
Update example.rst
2 parents 2916013 + 9aabddd commit f0c08b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/example.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Here is a full example of a `TodoMVC <http://todomvc.com/>`_ API.
77
88
from flask import Flask
99
from flask_restx import Api, Resource, fields
10-
from werkzeug.contrib.fixers import ProxyFix
10+
from werkzeug.middleware.proxy_fix import ProxyFix
1111
1212
app = Flask(__name__)
1313
app.wsgi_app = ProxyFix(app.wsgi_app)

0 commit comments

Comments
 (0)