Files
qnc-server-v3/deploy/template/api/config.tpl
2025-12-13 17:44:18 +08:00

10 lines
104 B
Smarty

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