Skip to content

Commit

Permalink
URL configure for missing default url
Browse files Browse the repository at this point in the history
  • Loading branch information
ZEZE1020 committed Jan 13, 2025
1 parent 99b4cce commit 8fba962
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions social_media_api/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
from .views import home_view

urlpatterns = [
path('', include('accounts.urls')),
path('admin/', admin.site.urls),
path('api/accounts/', include('accounts.urls')),
path('api/notifications/', include('notifications.urls')),
Expand Down

0 comments on commit 8fba962

Please sign in to comment.