forked from expo/troggle
fix end slash issue
This commit is contained in:
1
urls.py
1
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user