tyc-server/deploy/template/api/route-addition.tpl

5 lines
99 B
Smarty
Raw Normal View History

2024-11-03 15:28:10 +08:00
server.AddRoutes(
{{.routes}} {{.jwt}}{{.signature}} {{.prefix}} {{.timeout}} {{.maxBytes}}
)