Add Vercel project with health check ping

- Serverless function Python em /api/ping
- Frontend com botão para disparar o ping
- URL: https://hc-ping.com/a4b80e88-d7ab-4edc-ad3e-9cd57036075e
This commit is contained in:
Ronaldo Freitas Dias 2026-06-11 10:23:00 -03:00 committed by GitHub
parent b32ef2082c
commit 9bf4d921a6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View file

@ -2,7 +2,7 @@ import socket
import urllib.request
from http.server import BaseHTTPRequestHandler
PING_URL = "https://hc-ping.com/4f9a5abf-38d6-4f34-a698-9e97c3a62632"
PING_URL = "https://hc-ping.com/a4b80e88-d7ab-4edc-ad3e-9cd57036075e"
def do_ping():

View file

@ -38,3 +38,4 @@
</script>
</body>
</html>