We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 692f72d + 182255d commit 9946739Copy full SHA for 9946739
app.py
@@ -8,6 +8,7 @@
8
9
app = Flask(__name__)
10
app.config.from_object(app_config)
11
+assert app.config["REDIRECT_PATH"] != "/", "REDIRECT_PATH must not be /"
12
Session(app)
13
14
# This section is needed for url_for("foo", _external=True) to automatically
0 commit comments