mirror of
https://github.com/openziti/zrok.git
synced 2025-08-14 02:05:39 +02:00
better url-ing in the ui (#68); demo improvements
This commit is contained in:
@ -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"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user