Skip to content

Commit

Permalink
solution2
Browse files Browse the repository at this point in the history
  • Loading branch information
YaYaYaroslav committed Dec 16, 2024
1 parent e4d7f4f commit 0f92a83
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cinema_service/urls.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
from django.contrib import admin
from django.urls import path, include

app_name = 'cinema'

urlpatterns = [
path("admin/", admin.site.urls),
path("api/cinema/", include("cinema.urls", namespace="cinema")),
Expand Down

0 comments on commit 0f92a83

Please sign in to comment.