refactor(TrafficRoutes): remove deprecated interface speed test endpoint to streamline API
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m33s

This commit is contained in:
2026-02-17 23:25:48 +07:00
parent 99b346fd94
commit 1a283f64f6
-5
View File
@@ -468,11 +468,6 @@ app.post('/api/mikrotik/run-script', mikrotikConfigRoutes.runScript);
// === TRAFFIC STATS (MikroTik interfaces by jumphost) ===
app.get('/api/traffic/interface-stats', trafficRoutes.getInterfaceStats);
app.post(
'/api/traffic/interface-speed-test',
writeLimiter,
trafficRoutes.measureInterfaceSpeed
);
// === MIKROTIK BACKUPS (S3) ===
app.post('/api/mikrotik/backups', writeLimiter, mikrotikBackupRoutes.createBackup);