feat(frontend): sidebar migration started

This commit is contained in:
2025-09-23 20:54:28 -05:00
parent cb2e6252e0
commit bee436d341
57 changed files with 2608 additions and 359 deletions

View File

@@ -0,0 +1,23 @@
meta {
name: UpdateApp
type: http
seq: 3
}
get {
url: https://usmcd1vms036.alpla.net/lst/api/controller/update
body: none
auth: inherit
}
headers {
Content-Type: application/json
}
body:json {
{}
}
settings {
encodeUrl: true
}