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 0c52bed commit 0f8c758
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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.site.urls),
path("blog/", include('blog.urls')),
path("admin/", admin.site.urls),
path("", include('blog.urls')),
]

0 comments on commit 0f8c758

Please sign in to comment.