Skip to content

Commit

Permalink
Update urls.py
Browse files Browse the repository at this point in the history
  • Loading branch information
julia-heo authored Sep 11, 2024
1 parent c7f1b5a commit 0c52bed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blogProject/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
from django.urls import path, include

urlpatterns = [
path("admin/", admin.site.urls),
path("", admin.site.urls),
path("blog/", include('blog.urls')),
]

0 comments on commit 0c52bed

Please sign in to comment.