ci(frontend): added in big button for docs lol

This commit is contained in:
2025-09-08 16:09:08 -05:00
parent fc7ecb6ab6
commit 160444d2f4
24 changed files with 2743 additions and 310 deletions

View File

@@ -4,12 +4,20 @@ meta {
seq: 1
}
get {
url: http://localhost:8080/check
body: none
post {
url: http://usmcd1vms036:8080/api/controller/update
body: json
auth: inherit
}
headers {
Content-Type: application/json
}
body:json {
{}
}
settings {
encodeUrl: true
}