1 # This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later.
2 # Copyright © Fundacja Wolne Lektury. See NOTICE for more information.
4 from django.urls import path
9 path('search/hint/', views.HintView.as_view()),
10 path('search/', views.SearchView.as_view()),
11 path('search/books/', views.BookSearchView.as_view()),
12 path('search/text/', views.TextSearchView.as_view()),