feat: Update API endpoints and routing for domains in Dashboard and MainLayout, removing deprecated components
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 7m4s

This commit is contained in:
2025-08-05 22:01:56 +07:00
parent 6dee0fa0b4
commit 31559eae3b
3 changed files with 3 additions and 12 deletions
+1 -1
View File
@@ -80,7 +80,7 @@ function Dashboard() {
try {
// Загружаем данные с обработкой ошибок для каждого endpoint
const results = await Promise.allSettled([
axios.get('/api/domains'),
axios.get('/api/domains-new'),
axios.get('/api/ip-ranges'),
axios.get('/api/asns'),
axios.get('/api/servers'),