(debian) disable swagger

This commit is contained in:
André Roth
2024-10-15 12:09:33 +02:00
parent d1bfd29dfd
commit 3d252a6623
4 changed files with 30 additions and 28 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