Skip to content

Commit

Permalink
Update: fixed formatting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
PC-Ngumoha committed Mar 12, 2024
1 parent 8ced7e1 commit cc82db1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/user/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,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'),
)
)
2 changes: 1 addition & 1 deletion app/user/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ def get_object(self):
class CreateTokenView(ObtainAuthToken):
"""Create a new auth token for the user."""
serializer_class = AuthTokenSerializer
renderer_classes = api_settings.DEFAULT_RENDERER_CLASSES
renderer_classes = api_settings.DEFAULT_RENDERER_CLASSES

0 comments on commit cc82db1

Please sign in to comment.