Skip to content

Commit

Permalink
fix: linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
chandansgowda committed Aug 21, 2023
1 parent 3ba18d5 commit 4d1e3aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# recipe-django-api
# Token Authentication Django API
2 changes: 1 addition & 1 deletion app/user/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
path('create/', views.CreateUserView.as_view(), name='create'),
path('token/', views.CreateTokenView.as_view(), name='token'),
path('me/', views.ManageUserView.as_view(), name='me'),
]
]

0 comments on commit 4d1e3aa

Please sign in to comment.