summaryrefslogtreecommitdiffstats
path: root/nfsw
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2019-11-17 12:05:07 -0500
committerrsiddharth <s@ricketyspace.net>2019-11-17 12:05:07 -0500
commit8c912944320eecb78b3a6ab2f0316133bcaf3325 (patch)
tree3c90347780fd2d3f759129f2a284cea257ebfb57 /nfsw
parent056024f7d0096e66fdd0c9ffa4f726171f239881 (diff)
nfsw: Remove strict_slashes setting.
Diffstat (limited to 'nfsw')
-rw-r--r--nfsw/__init__.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/nfsw/__init__.py b/nfsw/__init__.py
index 15be294..561c492 100644
--- a/nfsw/__init__.py
+++ b/nfsw/__init__.py
@@ -25,8 +25,6 @@ def create_app(test_config=None):
else:
app.config.from_object(test_config)
- app.url_map.strict_slashes = False
-
try:
os.makedirs(app.instance_path)
except: