From 7a9135320b9b32a040f4569f1ccaa2e243f240f6 Mon Sep 17 00:00:00 2001 From: fedora-heremes Date: Sat, 13 Jun 2026 10:09:09 +0100 Subject: [PATCH] Deploy frontend on same CT + relative API path --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index f81ad00..cf3c9d6 100644 --- a/index.html +++ b/index.html @@ -494,7 +494,7 @@ domain: { input: document.getElementById('domain'), wrapper: document.getElementById('domainWrapper'), error: document.getElementById('domainError') } }; - const API_URL = 'http://192.168.1.121:8080'; + const API_URL = ''; // relative — same origin function validateEmail(v) { return /^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(v.trim());