Skip to content

Commit

Permalink
Solution
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan-Shakhman committed Oct 30, 2024
1 parent 55595d4 commit ce6bd80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion author/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from author.views import AuthorViewSet

router = routers.DefaultRouter()
router.register(r"manage", AuthorViewSet, basename='manage')
router.register(r"manage", AuthorViewSet, basename="manage")
urlpatterns = [path("", include(router.urls))]

app_name = "author"

0 comments on commit ce6bd80

Please sign in to comment.