mirror of
https://github.com/openziti/zrok.git
synced 2024-11-23 00:23:48 +01:00
7 lines
74 B
Go
7 lines
74 B
Go
package notFoundUi
|
|
|
|
import "embed"
|
|
|
|
//go:embed index.html
|
|
var FS embed.FS
|