ваше сообщение коммита
This commit is contained in:
@@ -446,7 +446,7 @@ const loadDleData = async () => {
|
||||
console.log('Начинаем загрузку данных DLE для адреса:', dleAddress.value);
|
||||
isLoadingDle.value = true;
|
||||
try {
|
||||
const response = await api.post('/dle-core/read-dle-info', {
|
||||
const response = await api.post('/blockchain/read-dle-info', {
|
||||
dleAddress: dleAddress.value
|
||||
});
|
||||
|
||||
|
||||
@@ -311,7 +311,7 @@ async function loadDleData() {
|
||||
console.log('[AnalyticsView] Загрузка данных DLE:', dleAddress.value);
|
||||
|
||||
// Читаем данные из блокчейна
|
||||
const response = await api.post('/dle-core/read-dle-info', {
|
||||
const response = await api.post('/blockchain/read-dle-info', {
|
||||
dleAddress: dleAddress.value
|
||||
});
|
||||
|
||||
|
||||
@@ -309,7 +309,7 @@ async function loadDleData() {
|
||||
isLoadingDle.value = true;
|
||||
try {
|
||||
// Загружаем данные DLE из блокчейна
|
||||
const response = await api.post('/dle-core/read-dle-info', {
|
||||
const response = await api.post('/blockchain/read-dle-info', {
|
||||
dleAddress: dleAddress.value
|
||||
});
|
||||
|
||||
|
||||
@@ -325,7 +325,7 @@ async function loadDleData() {
|
||||
console.log('[HistoryView] Загрузка данных DLE:', dleAddress.value);
|
||||
|
||||
// Читаем данные из блокчейна
|
||||
const response = await api.post('/dle-core/read-dle-info', {
|
||||
const response = await api.post('/blockchain/read-dle-info', {
|
||||
dleAddress: dleAddress.value
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user