fix end slash issue

This commit is contained in:
Philip Sargent
2021-05-04 15:48:11 +01:00
parent b4abd7b6bc
commit dc3379c186
3 changed files with 12 additions and 1 deletions

View File

@@ -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