diff options
-rwxr-xr-x | app.mjs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,5 +1,6 @@ #!/usr/bin/env node +// Sources: FAA official website const csUrl = "https://aeronav.faa.gov/upload_313-d/supplements/"; const tppUrl = "https://aeronav.faa.gov/upload_313-d/terminal/"; const ifrEnrouteUrl = "https://aeronav.faa.gov/enroute/"; |