Skip to content

Commit

Permalink
Merge branch 'master' into fix_mvc
Browse files Browse the repository at this point in the history
  • Loading branch information
goodjava authored Jan 3, 2024
2 parents bc49899 + eb07104 commit c70dbfa
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ public static JsonArray getParams(HttpRequestMethod method, byte[] data, MvcCont
array.add(arguments.getAsJsonPrimitive());
}

context.setParams(array);

return array;
}

Expand Down

0 comments on commit c70dbfa

Please sign in to comment.