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('', views.search, name='wlsearch'),
10 path('hint/', views.hint, name='search_hint'),