authenticate remaining api endpoints (#11)

This commit is contained in:
Michael Quigley
2022-07-28 14:32:49 -04:00
parent e6e487c07e
commit e3f4eb33fe
9 changed files with 87 additions and 22 deletions

View File

@@ -106,6 +106,11 @@ func init() {
},
"/tunnel": {
"post": {
"security": [
{
"key": []
}
],
"tags": [
"tunnel"
],
@@ -137,6 +142,11 @@ func init() {
},
"/untunnel": {
"delete": {
"security": [
{
"key": []
}
],
"tags": [
"tunnel"
],
@@ -356,6 +366,11 @@ func init() {
},
"/tunnel": {
"post": {
"security": [
{
"key": []
}
],
"tags": [
"tunnel"
],
@@ -387,6 +402,11 @@ func init() {
},
"/untunnel": {
"delete": {
"security": [
{
"key": []
}
],
"tags": [
"tunnel"
],