Working on metars, updating ui drawer

This commit is contained in:
2025-04-16 22:43:03 -04:00
parent 81335f1b48
commit 3aa8954626
9 changed files with 279 additions and 139 deletions

View File

@@ -5,12 +5,11 @@ meta {
}
get {
url: {{API_URL}}/metars?icaos=KJYO,KOKV,KMRB,KHEF,KIAD&force=true
url: {{API_URL}}/metars?icaos=KHEF,KJYO
body: none
auth: none
}
params:query {
icaos: KJYO,KOKV,KMRB,KHEF,KIAD
force: true
icaos: KHEF,KJYO
}