Skip to content

Commit

Permalink
Add init method call
Browse files Browse the repository at this point in the history
  • Loading branch information
sgayangi committed Dec 6, 2023
1 parent c76fd33 commit d8b4258
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,7 @@ private void initFilters() {
this.filters.add(0, corsFilter);

DenyFilter denyFilter = new DenyFilter();
denyFilter.init(apiConfig, null);
this.filters.add(denyFilter);
}

Expand Down

0 comments on commit d8b4258

Please sign in to comment.