Files
nginx-proxy-manager/backend/doc/main.go
2021-06-14 19:45:28 +10:00

10 lines
195 B
Go

package doc
import "embed"
// SwaggerFiles contain all the files used for swagger schema generation
//go:embed api.swagger.json
//go:embed components
//go:embed paths
var SwaggerFiles embed.FS