This website works better with JavaScript.
Home
Explore
Help
Sign In
WP6
/
expub_compendium
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
disabling strict slashes globally
joel
Simon Bowie
2 years ago
parent
671e949741
commit
245c90931b
1 changed files
with
2 additions
and
0 deletions
Split View
Show Diff Stats
+2
-0
web/app/__init__.py
+ 2
- 0
web/app/__init__.py
View File
@@ -28,6 +28,8 @@ def create_app():
app.config['SQLALCHEMY_ECHO'] = False
app.config['SQLALCHEMY_TRACK_MODIFICATIONS'] = False
app.url_map.strict_slashes = False
db.init_app(app)
login_manager = LoginManager()
Write
Preview
Loading…
Cancel
Save