tianyuan-api-server/template/api/route-addition.tpl

5 lines
99 B
Smarty
Raw Normal View History

2024-10-02 00:57:17 +08:00
server.AddRoutes(
{{.routes}} {{.jwt}}{{.signature}} {{.prefix}} {{.timeout}} {{.maxBytes}}
)