mirror of
https://github.com/openziti/zrok.git
synced 2024-12-02 13:04:04 +01:00
7 lines
73 B
Go
7 lines
73 B
Go
package health_ui
|
|
|
|
import "embed"
|
|
|
|
//go:embed index.html
|
|
var FS embed.FS
|