fix: Get rid of unnecessary new endpoint

This commit is contained in:
TwiN 2023-09-28 18:15:14 -04:00
parent 494a8594cc
commit c7af44bcb0

View File

@ -1,17 +1,4 @@
endpoints:
- name: ssh
group: core
url: "ssh://example.org"
ssh:
username: "example"
password: "example"
body: |
{
"command": "uptime"
}
interval: 1m
conditions:
- "[STATUS] == 0"
- name: front-end
group: core
url: "https://twin.sh/health"