summaryrefslogtreecommitdiffstats
path: root/urls.py
diff options
context:
space:
mode:
Diffstat (limited to 'urls.py')
-rw-r--r--urls.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/urls.py b/urls.py
index 5e3f29e..57c09de 100644
--- a/urls.py
+++ b/urls.py
@@ -213,6 +213,8 @@ trogglepatterns = [
# The tunnel and therion drawings files pageswalletslistcave
+ path('drawings', dwgallfiles, name="dwgallfiles"),
+ path('drawings/', dwgallfiles, name="dwgallfiles"),
path('dwgfiles', dwgallfiles, name="dwgallfiles"),
path('dwgfiles/', dwgallfiles, name="dwgallfiles"),
path('dwgdataraw/<path:path>', dwgfilesingle, name="dwgfilesingle"),