mirror of
https://github.com/Xevion/simple-viewer.git
synced 2025-12-07 03:16:34 -06:00
basic file sending/viewing
This commit is contained in:
@@ -5,4 +5,5 @@ from . import views
|
||||
urlpatterns = [
|
||||
path('', views.index, name='index'),
|
||||
path('/<uuid:directory_id>/', views.browse, name='browse'),
|
||||
path('/<uuid:directory_id>/<str:file>/', views.file, name='file')
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user