Интегрирован wesp в сайт
CI / quality (push) Canceled after 0s

This commit is contained in:
влад
2026-07-17 12:57:18 +03:00
parent 5dfa06ddbe
commit 355c0ef9f1
883 changed files with 194576 additions and 177 deletions
@@ -189,7 +189,8 @@ function collectSettingsFromForm() {
}
async function loadSettings() {
const resp = await fetch("/api/feed-quality/settings");
const settingsUrl = "/api/feed-quality/settings";
const resp = await fetch(settingsUrl);
if (!resp.ok) throw new Error("Не удалось загрузить настройки");
const data = await resp.json();
currentSettings = data.settings || data;