X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/467b414abdf8b789bef9a71a69a497c64ec19b3f..ed7cd4d7271acd67bf366e4d320f9c49f07a50ea:/src/catalogue/urls.py diff --git a/src/catalogue/urls.py b/src/catalogue/urls.py index 10ef6d00..51bb6601 100644 --- a/src/catalogue/urls.py +++ b/src/catalogue/urls.py @@ -9,4 +9,8 @@ urlpatterns = [ path("", views.CatalogueView.as_view(), name="catalogue"), path("author//", views.AuthorView.as_view(), name="catalogue_author"), path("book//", views.BookView.as_view(), name="catalogue_book"), + + path('terms/epoch/', views.EpochTerms.as_view()), + path('terms/kind/', views.KindTerms.as_view()), + path('terms/genre/', views.GenreTerms.as_view()), ]