feat: migrate to wasrusgen1.ru/protect - API_BASE updated

This commit is contained in:
WASRUSGEN 2026-05-30 16:46:40 +03:00
parent 6bd71a906f
commit 08d340b4d0

View File

@ -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'})