Skip to content

Commit

Permalink
[ fix ] Add url with no authentication
Browse files Browse the repository at this point in the history
  • Loading branch information
Minuooooo committed Aug 22, 2023
1 parent e89e03d commit d8c500e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ public class SecurityConfig {
private static final String[] AUTH_WHITELIST_WITH_ECO_GET_METHOD = { // Store or Product white list
"/api/stores/simple",
"/api/products/simple",
"/api/stores",
"/api/products"
};
private static final String[] AUTH_WHITELIST_WITH_REVIEW_GET_METHOD = { // Review white list
Expand Down

0 comments on commit d8c500e

Please sign in to comment.