ADSB fix
This commit is contained in:
@@ -9,7 +9,7 @@ import { getOpenMeteo } from './openmeteo.mjs'
|
|||||||
import { apiReference } from '@scalar/express-api-reference'
|
import { apiReference } from '@scalar/express-api-reference'
|
||||||
import { spec } from './spec.mjs'
|
import { spec } from './spec.mjs'
|
||||||
import { existsSync } from 'fs'
|
import { existsSync } from 'fs'
|
||||||
import {getAirTraffic, getAirTrafficHistory, getAirTrafficShapes, getShapes} from './airtraffic.mjs';
|
import {getAirTraffic, getAirTrafficHistory, getShapes} from './airtraffic.mjs';
|
||||||
|
|
||||||
const app = express()
|
const app = express()
|
||||||
const DIR = dirname(fileURLToPath(import.meta.url))
|
const DIR = dirname(fileURLToPath(import.meta.url))
|
||||||
|
|||||||
Reference in New Issue
Block a user