diff options
Diffstat (limited to 'urls.py')
-rw-r--r-- | urls.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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"), |