tunnel/untunnel handler cleanups (#3)

This commit is contained in:
Michael Quigley
2022-07-27 13:17:47 -04:00
parent ae496beb92
commit d44ebb9e80
6 changed files with 66 additions and 13 deletions

View File

@ -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"
}
}
}