mirror of
https://github.com/openziti/zrok.git
synced 2025-08-14 02:05:39 +02:00
admin create frontend now interrogates ziti for the identity (#129)
This commit is contained in:
@ -176,6 +176,9 @@ func init() {
|
||||
"401": {
|
||||
"description": "unauthorized"
|
||||
},
|
||||
"404": {
|
||||
"description": "not found"
|
||||
},
|
||||
"500": {
|
||||
"description": "internal server error"
|
||||
}
|
||||
@ -1021,6 +1024,9 @@ func init() {
|
||||
"401": {
|
||||
"description": "unauthorized"
|
||||
},
|
||||
"404": {
|
||||
"description": "not found"
|
||||
},
|
||||
"500": {
|
||||
"description": "internal server error"
|
||||
}
|
||||
|
Reference in New Issue
Block a user