This commit is contained in:
2026-03-25 01:54:01 +03:30
parent 0feb14cbe6
commit eb30251362
5 changed files with 15 additions and 25 deletions
+1 -1
View File
@@ -109,7 +109,7 @@ class AccountView(APIView):
- DELETE "<uuid>/" → Delete: uuid (path). Returns status "success". No data field.
"""
# permission_classes = [IsAuthenticated]
permission_classes = [IsAuthenticated]
def get(self, request, *args, **kwargs):
"""