Skip to content

Commit

Permalink
'Solution'
Browse files Browse the repository at this point in the history
  • Loading branch information
lylakivan committed Nov 27, 2023
1 parent d3e5ed9 commit b65709a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion taxi/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
ManufacturerListView.as_view(),
name="manufacturer-list",
),
# path(test_session_view),
path("cars/", CarListView.as_view(), name="car-list"),
path("cars/<int:pk>/", CarDetailView.as_view(), name="car-detail"),
path("drivers/", DriverListView.as_view(), name="driver-list"),
Expand Down

0 comments on commit b65709a

Please sign in to comment.