Files
in-server/deploy/template/api/config.tpl

10 lines
104 B
Smarty
Raw Permalink Normal View History

2026-03-18 00:01:48 +08:00
package config
import {{.authImport}}
type Config struct {
rest.RestConf
{{.auth}}
{{.jwtTrans}}
}