Skip to content

Commit

Permalink
solution
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitrySamoylenko committed Dec 7, 2024
1 parent 039c6a7 commit 9d6074d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cinema_service/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@

urlpatterns = [
path("admin/", admin.site.urls),
path("api/cinema/", include("cinema.urls", namespace="cinema")),
path("__debug__/", include("debug_toolbar.urls"))
path("api/cinema/", include("cinema.urls", namespace="cinema"))
]

0 comments on commit 9d6074d

Please sign in to comment.