Skip to content

Commit

Permalink
Update apps/api/afbcore/views/users.py
Browse files Browse the repository at this point in the history
Signed-off-by: Delano <1206+delano@users.noreply.github.com>
  • Loading branch information
delano authored Mar 31, 2024
1 parent 902d118 commit 11ac85b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions apps/api/afbcore/views/users.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ class UserViewSet(viewsets.ModelViewSet):

@action(detail=False, methods=["get"])
def current_user(self, request, version=None, *args, **kwargs):
"""
Retrieve the current authenticated user.
"""
logger.debug("API Version: #{version}")
"""
Retrieve the current authenticated user.
"""
Expand Down

0 comments on commit 11ac85b

Please sign in to comment.