mirror of
https://github.com/Dadechin/Dashboard-XRoom.git
synced 2025-07-05 01:34:34 +00:00
added team
This commit is contained in:
parent
b383319676
commit
d03cf8e404
|
@ -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'),
|
||||
},
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user