Skip to content

Commit

Permalink
Merge pull request #486 from trheyi/main
Browse files Browse the repository at this point in the history
[_]
  • Loading branch information
trheyi authored Oct 23, 2023
2 parents 7753b41 + 057fea0 commit e17e6d8
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 e17e6d8

Please sign in to comment.