mirror of
https://github.com/openziti/zrok.git
synced 2026-08-28 10:16:59 -05:00
7 lines
93 B
Go
7 lines
93 B
Go
package proxyUi
|
|
|
|
import "embed"
|
|
|
|
//go:embed intersititial.html template.html
|
|
var FS embed.FS
|