mirror of
https://github.com/openziti/zrok.git
synced 2025-08-04 22:29:14 +02:00
7 lines
72 B
Go
7 lines
72 B
Go
package healthUi
|
|
|
|
import "embed"
|
|
|
|
//go:embed index.html
|
|
var FS embed.FS
|