Skip to content

Commit

Permalink
[_]
Browse files Browse the repository at this point in the history
  • Loading branch information
trheyi committed Oct 23, 2023
1 parent 0927a12 commit 057fea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sui/api/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 057fea0

Please sign in to comment.