disable swagger

This commit is contained in:
André Roth
2024-10-15 12:09:33 +02:00
parent d63377a851
commit 34660d3615
5 changed files with 17 additions and 14 deletions
+10
View File
@@ -0,0 +1,10 @@
package docs
import (
_ "embed" // embed html below
_ "github.com/swaggo/swag" // make sure swag is in go.mod
)
//go:embed docs.html
var DocsHTML []byte