Skip to content

Commit

Permalink
[_]
Browse files Browse the repository at this point in the history
  • Loading branch information
trheyi committed Oct 1, 2023
1 parent 9af9230 commit 1dedd70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sui/api/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand All @@ -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"],
Expand Down

0 comments on commit 1dedd70

Please sign in to comment.