From 9bf4d921a66faef360880d102dd55e17329dfa79 Mon Sep 17 00:00:00 2001 From: Ronaldo Freitas Dias <33733406+SantosFC@users.noreply.github.com> Date: Thu, 11 Jun 2026 10:23:00 -0300 Subject: [PATCH] Add Vercel project with health check ping MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Serverless function Python em /api/ping - Frontend com botão para disparar o ping - URL: https://hc-ping.com/a4b80e88-d7ab-4edc-ad3e-9cd57036075e --- api/ping.py | 2 +- index.html | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/api/ping.py b/api/ping.py index 6adae02..7d0fab1 100644 --- a/api/ping.py +++ b/api/ping.py @@ -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(): diff --git a/index.html b/index.html index c064bda..c25fa94 100644 --- a/index.html +++ b/index.html @@ -38,3 +38,4 @@ +