Skip to content

Commit

Permalink
removing welcome path
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishek2x authored Oct 20, 2020
1 parent dd4afcd commit bddfdda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion social/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

urlpatterns = [

path('home/', views.HomeView.as_view(), name='home'),
path('', views.HomeView.as_view(), name='home'),
# path('connections/', views.FriendsView.as_view(), name='connections'),

path('attendance/', views.attendance, name='attendance'),
Expand Down

0 comments on commit bddfdda

Please sign in to comment.