fusenapi/goctl_template/api/route-addition.tpl

5 lines
99 B
Smarty
Raw Normal View History

2023-06-05 09:56:55 +00:00
server.AddRoutes(
{{.routes}} {{.jwt}}{{.signature}} {{.prefix}} {{.timeout}} {{.maxBytes}}
)