better url-ing in the ui (#68); demo improvements

This commit is contained in:
Michael Quigley
2022-09-28 14:47:42 -04:00
parent 3639635d48
commit 02d6b7fce9
10 changed files with 53 additions and 25 deletions

View File

@ -523,10 +523,13 @@ func init() {
"active": {
"type": "boolean"
},
"backend": {
"type": "string"
},
"createdAt": {
"type": "string"
},
"endpoint": {
"frontend": {
"type": "string"
},
"updatedAt": {
@ -534,6 +537,9 @@ func init() {
},
"zitiServiceId": {
"type": "string"
},
"zrokServiceId": {
"type": "string"
}
}
},
@ -1119,10 +1125,13 @@ func init() {
"active": {
"type": "boolean"
},
"backend": {
"type": "string"
},
"createdAt": {
"type": "string"
},
"endpoint": {
"frontend": {
"type": "string"
},
"updatedAt": {
@ -1130,6 +1139,9 @@ func init() {
},
"zitiServiceId": {
"type": "string"
},
"zrokServiceId": {
"type": "string"
}
}
},