train modal

This commit is contained in:
2024-03-31 21:37:14 +02:00
parent c3533f07ad
commit 235c16e30f
5 changed files with 60 additions and 38 deletions
-3
View File
@@ -4,9 +4,6 @@ import { Status } from '../typings/common';
import { StationJSONData } from './typings';
import axios, { AxiosInstance } from 'axios';
// Update seconds cron for active data scheduler
const UPDATE_SECONDS = [3, 23, 43];
export enum APIMode {
PRODUCTION = 0,
DEV = 1,