Skip to content

Commit 9c32222

Browse files
committed
test
1 parent af4ab11 commit 9c32222

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed
Binary file not shown.

bluenpsbackend/bluenpsbackend/urls.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,6 @@
1919

2020
urlpatterns = [
2121
path('admin/', admin.site.urls),
22-
path('court/', include("court.urls"))
22+
path('court/', include("court.urls")),
23+
path('', include("court.urls"))
2324
]

bluenpsbackend/requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Django

0 commit comments

Comments
 (0)