change healthcheck msg

This commit is contained in:
ThePhaseless
2025-09-11 16:55:05 +00:00
parent c66d4e7084
commit d78b1df041
+1 -1
View File
@@ -25,7 +25,7 @@ class LinkRequest(BaseModel):
class HealthcheckResponse(BaseModel):
model_config = {"alias_generator": to_camel, "populate_by_name": True}
msg: str = "Byparr is ready!"
msg: str = "Byparr is working!"
version: str = consts.VERSION
user_agent: str