mirror of
https://github.com/th3r00t/pyShelf.git
synced 2026-04-28 01:59:35 -04:00
Added new preview images
This commit is contained in:
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user