Skip to content

Commit

Permalink
hotfix: 회원가입 권한 에러 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
ybkang1108 committed Aug 9, 2024
1 parent 7a6afec commit 5248055
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions accounts/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
from rest_framework import viewsets


@permission_classes([AllowAny])
class RegisterView(APIView):
def post(self, request):
serializer = UserSerializer(data=request.data)
Expand Down

0 comments on commit 5248055

Please sign in to comment.