Added new preview images

This commit is contained in:
Raelon Masters
2020-07-03 13:10:05 -04:00
parent ed64a5a7fe
commit bc591bb89d
5 changed files with 10 additions and 2 deletions

View File

@@ -21,6 +21,7 @@ from interface import views
urlpatterns = [
path("admin/", admin.site.urls),
path("", views.index, name="index"),
path("/<query>", views.index, name="index"),
path("sort/<_order>", views.index, name="index"),
path("download/<pk>", views.download, name="download"),
path("favorite/<pk>", views.favorite, name="favorite"),