mirror of
https://github.com/openziti/zrok.git
synced 2025-08-14 02:05:39 +02:00
tunnel/untunnel handler cleanups (#3)
This commit is contained in:
@ -117,6 +117,9 @@ func init() {
|
||||
"schema": {
|
||||
"$ref": "#/definitions/tunnelResponse"
|
||||
}
|
||||
},
|
||||
"500": {
|
||||
"description": "internal server error"
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -339,6 +342,9 @@ func init() {
|
||||
"schema": {
|
||||
"$ref": "#/definitions/tunnelResponse"
|
||||
}
|
||||
},
|
||||
"500": {
|
||||
"description": "internal server error"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user