accounts: user create api added

This commit is contained in:
behruz
2025-12-10 19:07:08 +05:00
parent 8ef6505262
commit c56bf6f585
11 changed files with 172 additions and 8 deletions

View File

@@ -20,7 +20,7 @@ class LoginApiView(generics.GenericAPIView, ResponseMixin):
queryset = User.objects.all()
@swagger_auto_schema(
tags=["Authentication and Authorization"],
tags=["auth"],
responses={
200: openapi.Response(
description="Success",