disable swagger

This commit is contained in:
André Roth
2024-10-15 12:09:33 +02:00
parent c7d89a7910
commit fe8e99115f
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