mirror of
https://github.com/openziti/zrok.git
synced 2024-11-22 16:13:47 +01:00
7 lines
72 B
Go
7 lines
72 B
Go
package healthUi
|
|
|
|
import "embed"
|
|
|
|
//go:embed index.html
|
|
var FS embed.FS
|