added team

This commit is contained in:
Hojat Shafiee 2025-06-02 17:24:24 +03:30
parent b383319676
commit d03cf8e404

View File

@ -239,7 +239,7 @@ login_schema = openapi.Schema(
required=['mobile_number', 'password'],
properties={
'mobile_number': openapi.Schema(type=openapi.TYPE_STRING, example='09140086509'),
'password': openapi.Schema(type=openapi.TYPE_STRING, example='12345678'),
'password': openapi.Schema(type=openapi.TYPE_STRING, example='13245678'),
},
)