This commit is contained in:
ThePhaseless
2025-02-20 20:36:48 +00:00
parent 19670c8e06
commit 43cd9297cb
+1 -1
View File
@@ -31,7 +31,7 @@ def read_root():
def health_check(sb: SeleniumDep):
"""Health check endpoint."""
health_check_request = read_item(
LinkRequest.model_construct(url="https://prowlarr.servarr.com/v1/ping"),
LinkRequest.model_construct(url="https://google.com"),
sb,
)