Skip to content

Commit

Permalink
♻️ 重构请求路由 #5
Browse files Browse the repository at this point in the history
  • Loading branch information
88250 committed Feb 11, 2020
1 parent bf38293 commit e1180b0
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ public class PermissionMidware {
private RoleQueryService roleQueryService;

public void grant(final RequestContext context) {
context.handle();

final AbstractResponseRenderer renderer = context.getRenderer();
if (null == renderer) {
return;
Expand Down

0 comments on commit e1180b0

Please sign in to comment.