Updates to account, ui, etc

This commit is contained in:
2025-05-13 22:57:29 -04:00
parent a273d4134b
commit abfa6b534c
38 changed files with 781 additions and 215 deletions

View File

@@ -11,5 +11,5 @@ post {
}
body:multipart-form {
: @file(/Users/bsherriff/git/private/aviation/data/airports_2023-12-21.json)
: @file(/Users/bsherriff/git/private/aviation/data/2025-05-13_airports.json)
}

View File

@@ -0,0 +1,11 @@
meta {
name: Get Profile
type: http
seq: 6
}
get {
url: {{API_URL}}/account/profile
body: none
auth: none
}

View File

@@ -1,5 +1,5 @@
meta {
name: Validate Session
name: Refresh Session
type: http
seq: 5
}