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
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 7m4s
This commit is contained in:
+1
-1
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user