Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
DaiseyD committed Mar 31, 2024
1 parent af4ab11 commit 9c32222
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Binary file modified bluenpsbackend/bluenpsbackend/__pycache__/urls.cpython-312.pyc
Binary file not shown.
3 changes: 2 additions & 1 deletion bluenpsbackend/bluenpsbackend/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@

urlpatterns = [
path('admin/', admin.site.urls),
path('court/', include("court.urls"))
path('court/', include("court.urls")),
path('', include("court.urls"))
]
1 change: 1 addition & 0 deletions bluenpsbackend/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Django

0 comments on commit 9c32222

Please sign in to comment.