mirror of
https://github.com/MOIS3Y/logs-collector.git
synced 2025-02-01 01:10:52 +01:00
Fix: urlpatterns download view vars
This commit is contained in:
parent
b944d58943
commit
52a77a4b27
@ -5,5 +5,5 @@ from . import views
|
||||
urlpatterns = [
|
||||
path('', views.index, name='index',),
|
||||
path('test/<str:path>/', views.test_page, name='test_page'),
|
||||
path('archives/<ticket>/<archive>', views.download, name="download")
|
||||
path('archives/<ticket>/<file>', views.download, name="download")
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user