Skip to content

Commit

Permalink
fix: 충돌 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
ybkang1108 committed Aug 9, 2024
2 parents e8eb867 + b2996e8 commit c6d519b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion accounts/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
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 c6d519b

Please sign in to comment.