Skip to content

Commit

Permalink
chore: Correction in interceptor config
Browse files Browse the repository at this point in the history
  • Loading branch information
DInacio02 committed Jun 9, 2024
1 parent 5d27168 commit bac9558
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ public void addInterceptors(InterceptorRegistry registry) {
registry.addInterceptor(rateLimitInterceptor)
.addPathPatterns("/api/public/product/search",
"/api/public/account/registration",
"/api/public/account/password/forgot");
"/api/public/account/password/forgot",
"/api/public/product");
}
}

0 comments on commit bac9558

Please sign in to comment.