Files
authentik/web/static.go
2021-12-01 20:35:28 +01:00

10 lines
122 B
Go

package web
import _ "embed"
//go:embed robots.txt
var RobotsTxt []byte
//go:embed security.txt
var SecurityTxt []byte