go-swagger and zrok ui coexisting (#16)

This commit is contained in:
Michael Quigley
2022-08-02 09:26:06 -04:00
parent 9f2c243e3d
commit 7a97a89083
12 changed files with 89 additions and 4 deletions

View File

@@ -33,6 +33,7 @@ func init() {
"title": "zrok",
"version": "1.0.0"
},
"basePath": "/api/v1",
"paths": {
"/account": {
"post": {
@@ -305,6 +306,7 @@ func init() {
"title": "zrok",
"version": "1.0.0"
},
"basePath": "/api/v1",
"paths": {
"/account": {
"post": {