mirror of
https://github.com/ijaric/voice_assistant.git
synced 2025-05-24 14:33:26 +00:00
fix default value
This commit is contained in:
parent
e394cc6846
commit
24c6605f3a
|
@ -9,4 +9,4 @@ class TokenResponseModel(pydantic.BaseModel):
|
|||
|
||||
|
||||
class HealthResponseModel(pydantic.BaseModel):
|
||||
status: str = pydantic.Field(..., examples=["healthy"], description="Схема доступности сервиса")
|
||||
status: str = pydantic.Field(default=..., examples=["healthy"], description="Схема доступности сервиса")
|
||||
|
|
Loading…
Reference in New Issue
Block a user