chore(mikrotikConfigRoutes): remove deprecated MikroTik configuration routes file
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m49s

This commit is contained in:
2026-02-03 21:02:19 +07:00
parent 76294ab2c9
commit e7c527f787
2 changed files with 1 additions and 421 deletions
+1 -1
View File
@@ -2242,7 +2242,7 @@ function NetworkConfigManager() {
body: JSON.stringify(requestBody),
});
const contentType = response.headers.get('Content-Type') || '';
const isStream = streamLogs && (contentType.includes('ndjson') || contentType.includes('x-ndjson');
const isStream = streamLogs && (contentType.includes('ndjson') || contentType.includes('x-ndjson'));
let data = {};
if (isStream && response.body) {