mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-10-14 02:08:54 +00:00
MINOR - Update linkmonitor URL (#15818)
This commit is contained in:
parent
47a70a4fd7
commit
3613bc64fd
@ -14,7 +14,7 @@ import requests
|
|||||||
|
|
||||||
try:
|
try:
|
||||||
res = requests.post(
|
res = requests.post(
|
||||||
"https://www.linkmonitor.dev/api/v1/validate",
|
"https://linkmonitor.onrender.com/api/v1/validate",
|
||||||
headers={"Content-Type": "application/json"},
|
headers={"Content-Type": "application/json"},
|
||||||
json={"url": "https://slack.open-metadata.org"},
|
json={"url": "https://slack.open-metadata.org"},
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user