Changed work of shelf books
This commit is contained in:
@@ -6,6 +6,7 @@ urlpatterns = [
|
||||
path("shelves/", include("apps.shelves.urls")),
|
||||
path("books/", include("apps.books.urls")),
|
||||
path("authors/", include("apps.authors.urls")),
|
||||
path("", include("apps.shelf_books.urls")),
|
||||
|
||||
path('schema/', SpectacularAPIView.as_view(), name='schema'),
|
||||
path('swagger/', SpectacularSwaggerView.as_view(url_name='schema'), name='swagger-ui'),
|
||||
|
||||
Reference in New Issue
Block a user