Skip to content

Commit

Permalink
Remove ","
Browse files Browse the repository at this point in the history
  • Loading branch information
SandraBergstrom committed Jul 5, 2023
1 parent f0eb422 commit 1baab43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions followers/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@

urlpatterns = [
path('followers/', views.FollowerList.as_view()),
path('followers/<int:pk>/', views.FollowerDetail.as_view()),
]
path('followers/<int:pk>/', views.FollowerDetail.as_view())
]

0 comments on commit 1baab43

Please sign in to comment.