Skip to content

Commit

Permalink
Merge pull request #255 from bounswe/hotfix/BE-14
Browse files Browse the repository at this point in the history
hotfix/BE-14
  • Loading branch information
BElifb authored Nov 9, 2022
2 parents 69d31db + 18e76cd commit af140fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion App/backend/api/views/auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class RegisterView(generics.GenericAPIView):
tags=['auth'],
request_body=RegisterSerializer,
responses={
status.HTTP_200_OK: openapi.Response(
status.HTTP_201_CREATED: openapi.Response(
description="Successfully logged in.",
examples={
"application/json": {
Expand Down

0 comments on commit af140fd

Please sign in to comment.