From 522e65ea8d3de5c179c93dc30a612b4df788205b Mon Sep 17 00:00:00 2001 From: Agent Zero Date: Mon, 6 Jul 2026 18:21:30 -0400 Subject: [PATCH] fix: Firecrawl health endpoint is / not /health --- infrastructure-update.prose.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure-update.prose.md b/infrastructure-update.prose.md index 6cd00bc..dcaff33 100644 --- a/infrastructure-update.prose.md +++ b/infrastructure-update.prose.md @@ -84,7 +84,7 @@ Before ANY update wave: - End-to-end inference test: `curl localhost:4000/v1/chat/completions` (via CT 116) with syslog-auto - Zulip test: send test message to #agent-hub - Dashboard loading: `curl localhost:3001/` (via CT 116) -- Firecrawl test: `curl :3002/health` +- Firecrawl test: `curl :3002/` - SearXNG test: `curl :8888` ## Wave 4: Proxmox Kernel Reboot (if needed)