summaryrefslogtreecommitdiffstats
path: root/urls.py
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@klebos.com>2021-05-04 15:48:11 +0100
committerPhilip Sargent <philip.sargent@klebos.com>2021-05-04 15:48:11 +0100
commitdc3379c1862219f02dbb697b201ada7f2027e808 (patch)
tree6cfdfe8c5e91c4773a6ae82cb5252c5da0287cfa /urls.py
parentb4abd7b6bcecf31dbcb29f87cb436e7282104bea (diff)
downloadtroggle-dc3379c1862219f02dbb697b201ada7f2027e808.tar.gz
troggle-dc3379c1862219f02dbb697b201ada7f2027e808.tar.bz2
troggle-dc3379c1862219f02dbb697b201ada7f2027e808.zip
fix end slash issue
Diffstat (limited to 'urls.py')
-rw-r--r--urls.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/urls.py b/urls.py
index 7df80dd..8e4ccfe 100644
--- a/urls.py
+++ b/urls.py
@@ -157,6 +157,7 @@ trogglepatterns = [
# The tunnel and therion drawings files pages
path('dwgfiles', dwgallfiles, name="dwgallfiles"),
+ path('dwgfiles/', dwgallfiles, name="dwgallfiles"),
path('dwgdataraw/<path:path>', dwgfilesingle, name="dwgfilesingle"),
# path('dwgdataraw/<path:path>/upload', dwgfileupload, name="dwgfileupload"), # Not working