kubekey/config/file.go
liujian 7b61dafb95
fix: add ui-path for kk web (#2670)
Signed-off-by: joyceliu <joyceliu@yunify.com>
2025-07-25 11:20:41 +08:00

10 lines
263 B
Go

package config
import "embed"
// Swagger embeds the swagger-ui directory containing the OpenAPI/Swagger documentation UI
// This allows serving the Swagger UI directly from the binary without needing external files
//
//go:embed swagger-ui
var Swagger embed.FS