mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-31 04:30:44 +00:00
disable swagger
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user