This commit is contained in:
Max 2023-10-01 17:24:12 +08:00
parent 9af92308bb
commit 1dedd7057b

View file

@ -95,7 +95,7 @@ var dsl = []byte(`
},
{
"path": "/:id/assets/:template_id/@assets/*path",
"path": "/:id/asset/:template_id/@assets/*path",
"method": "GET",
"process": "sui.Template.Asset",
"in": ["$param.id", "$param.template_id", "$param.path"],
@ -105,7 +105,7 @@ var dsl = []byte(`
"headers": { "Content-Type": "?:type"}
}
},{
"path": "/:id/assets/:template_id/@pages/*path",
"path": "/:id/asset/:template_id/@pages/*path",
"method": "GET",
"process": "sui.Page.Asset",
"in": ["$param.id", "$param.template_id", "$param.path"],