From 08d340b4d069a03d328dbbe984eb6d44f2bbf9b6 Mon Sep 17 00:00:00 2001 From: WASRUSGEN Date: Sat, 30 May 2026 16:46:40 +0300 Subject: [PATCH] feat: migrate to wasrusgen1.ru/protect - API_BASE updated --- mockup.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mockup.html b/mockup.html index 8a669e4..13f487d 100644 --- a/mockup.html +++ b/mockup.html @@ -5958,7 +5958,7 @@ function heroChatReply(key) { } /* ── API ── */ -var API_BASE = 'https://wasrusgen1.ru'; // Finnish VPS via Caddy +var API_BASE = 'https://wasrusgen1.ru/protect'; // wasrusgen1.ru/protect → Finnish VPS var _apiAvailable = null; // null=не проверяли, true/false (function _checkApi(){ fetch(API_BASE + '/api/health', {method:'GET'})