Skip to content

Commit

Permalink
feat: implement status page endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaOloton committed Aug 24, 2024
1 parent 6fd2c2d commit 75f4ea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/v1/schemas/api_status.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class APIStatusPost(BaseModel):
api_group: str
status: str
response_time: Optional[Decimal] = None
details: Optional[str] = None
details: str

class Config:
from_attributes = True
Expand Down

0 comments on commit 75f4ea0

Please sign in to comment.