Skip to content

Commit

Permalink
fix radar endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
khassel authored and derhuerst committed Oct 15, 2023
1 parent abc2a54 commit 348f72b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/radar.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {getRandomUserAgent} from './random-user-agent.js'

const isObj = o => 'object' === typeof o && o !== null && !Array.isArray(o)

const endpoint = 'https://data-live.flightradar24.com/zones/fcgi/feed.js'
const endpoint = 'https://data-cloud.flightradar24.com/zones/fcgi/feed.js'

const headers = {
'Accept': 'application/javascript',
Expand Down

0 comments on commit 348f72b

Please sign in to comment.