1
0
mirror of https://github.com/NginxProxyManager/nginx-proxy-manager.git synced 2025-06-21 11:02:27 +03:00
Files
nginx-proxy-manager/backend/embed/api_docs/main.go
2022-11-08 10:03:45 +10:00

11 lines
198 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