Skip to content

Commit

Permalink
Solution
Browse files Browse the repository at this point in the history
  • Loading branch information
markus2812 committed Nov 3, 2023
1 parent e802017 commit 2e02000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cinema/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
path("actors/", ActorList.as_view(), name="actor-list"),
path("genres/", GenreList.as_view(), name="genre-list"),
path("genres/<int:pk>/", GenreDetail.as_view(), name="genre-detail"),
] + router.urls
] + router.urls


app_name = "cinema"

0 comments on commit 2e02000

Please sign in to comment.