Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Munkoor committed Oct 15, 2023
1 parent f359312 commit ce707bb
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions cinema/urls.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from django.urls import path, include
from django.urls import path

from rest_framework import routers

Expand All @@ -21,8 +21,6 @@

path("actors/", ActorList.as_view(), name="actor-list"),
path("actors/<int:pk>/", ActorDetail.as_view(), name="actor-detail"),

path("", include(router.urls)),
]
] + router.urls

app_name = "cinema"

0 comments on commit ce707bb

Please sign in to comment.