Commit 8922ea7e authored by Nics De Vega's avatar Nics De Vega

fixed typo in urls

parent 60e5e09d
......@@ -7,7 +7,7 @@ urlpatterns = [
path('books/',BooksView.as_view(),name='books'),
path('authors/',AuthorsView.as_view(),name='authors'),
path('books/<int:pk>/details/',BooksDetailView.as_view(),name='book_details'),
path('authors/<int:pk>/detai ;ls/',AuthorsDetailView.as_view(),name='author_details')
path('authors/<int:pk>/details/',AuthorsDetailView.as_view(),name='author_details')
]
app_name = 'bookshelf'
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment