This commit is contained in:
Max 2023-10-23 13:26:19 +08:00
parent 0927a12735
commit 057fea0101

View file

@ -178,7 +178,7 @@ var dsl = []byte(`
},{
"path": "/:id/asset/:template_id/@pages/*path",
"guard": "query-jwt",
"method": "-",
"method": "GET",
"process": "sui.Page.Asset",
"in": ["$param.id", "$param.template_id", "$param.path"],
"out": {