fix endpoint

This commit is contained in:
smanylov
2026-05-29 18:46:15 +07:00
parent 8928960c34
commit 15115c5114
+1 -1
View File
@@ -59,7 +59,7 @@ export async function updateTariffs(
console.log(`updateTariffs - ${id}`);
try {
const response = await fetch(`${API_BASE_URL}/api/admin/info`, {
const response = await fetch(`${API_BASE_URL}/api/admin/control`, {
method: 'POST',
body: JSON.stringify({
version: 1,