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
@@ -437,7 +437,7 @@ app.post('/api/filters', async (req, res) => {
app.get('/api/s3/last-modified', async (req, res) => {
try {
const results = await Promise.allSettled([
s3.headObject({ Bucket: BUCKET_NAME, Key: 'bgp_data/domains.txt' }).promise(),
s3.headObject({ Bucket: BUCKET_NAME, Key: 'bgp_data/domains_community.txt' }).promise(),
s3.headObject({ Bucket: BUCKET_NAME, Key: 'bgp_data/domains_community.txt' }).promise(),
s3.headObject({ Bucket: BUCKET_NAME, Key: 'bgp_data/asns.txt' }).promise(),
s3.headObject({ Bucket: BUCKET_NAME, Key: 'servers.json' }).promise(),