ycc-server/deploy/template/api/config.tpl
2025-06-19 17:12:48 +08:00

10 lines
104 B
Smarty

package config
import {{.authImport}}
type Config struct {
rest.RestConf
{{.auth}}
{{.jwtTrans}}
}