dev
This commit is contained in:
6
domain-api/app/schemas/auth.py
Normal file
6
domain-api/app/schemas/auth.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from pydantic import BaseModel
|
||||
|
||||
|
||||
class LoginRequest(BaseModel):
|
||||
username: str
|
||||
password: str
|
||||
Reference in New Issue
Block a user