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 60551d7 + 3961198 commit a8e4009Copy full SHA for a8e4009
app/__init__.py
@@ -7,6 +7,7 @@
7
def create_app(config_class=DevelopmentConfig):
8
app = Flask(__name__)
9
app.config.from_object(config_class)
10
+ app.url_map.strict_slashes = False
11
12
# initialize extensions
13
db.init_app(app)
0 commit comments