mirror of
https://github.com/pacnpal/thrillwiki_django_no_react.git
synced 2025-12-21 11:51:10 -05:00
major changes, including tailwind v4
This commit is contained in:
@@ -19,18 +19,13 @@ urlpatterns = [
|
||||
views.RideUpdateView.as_view(),
|
||||
name="ride_update"
|
||||
),
|
||||
path(
|
||||
"search/companies/",
|
||||
views.search_companies,
|
||||
name="search_companies"
|
||||
),
|
||||
|
||||
# Search endpoints
|
||||
path(
|
||||
"search/manufacturers/",
|
||||
views.search_manufacturers,
|
||||
name="search_manufacturers"
|
||||
),
|
||||
path(
|
||||
"search/designers/",
|
||||
views.search_designers,
|
||||
name="search_designers"
|
||||
),
|
||||
path(
|
||||
"search/models/",
|
||||
views.search_ride_models,
|
||||
|
||||
Reference in New Issue
Block a user