WIP: Cleanup
This commit is contained in:
parent
715224653d
commit
6ee942f8dc
37 changed files with 547 additions and 2591 deletions
|
|
@ -7,4 +7,6 @@ urlpatterns = [
|
|||
path("details/<str:uuid>/", views.details, name="details"),
|
||||
path("upload", views.upload_file, name="upload"),
|
||||
path("download/<str:uuid>/", views.download, name="download"),
|
||||
path("character/<str:uuid>/", views.character, name="character"),
|
||||
path("campaign/<str:uuid>", views.campaign, name="campaign"),
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue