Merge pull request #486 from trheyi/main

[_]
This commit is contained in:
Max 2023-10-23 13:26:43 +08:00 committed by GitHub
commit e17e6d83d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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