This commit is contained in:
2024-03-01 00:07:25 +03:00
parent 02c6956763
commit 80e817d70a
17 changed files with 104 additions and 6 deletions

View File

@@ -0,0 +1,6 @@
from pydantic import BaseModel
class AuthLoginResponse(BaseModel):
jwt_token: str
ok: bool