This commit is contained in:
machka pasla
2025-12-11 16:13:22 +03:00
parent c96ebea077
commit d0e34126e1
+2
View File
@@ -264,6 +264,8 @@ class Settings(BaseSettings):
return f"{base.rstrip('/')}{self.yookassa_webhook_path}" return f"{base.rstrip('/')}{self.yookassa_webhook_path}"
return None return None
@computed_field
@property
def panel_webhook_path(self) -> str: def panel_webhook_path(self) -> str:
return "/webhook/panel" return "/webhook/panel"