Skip to content

Commit

Permalink
added client profile fetch to allowed paths
Browse files Browse the repository at this point in the history
  • Loading branch information
harmlessprince committed Feb 17, 2025
1 parent b0ce035 commit f16662a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ private List<String> allowedPaths() {
allowedPaths.add("auth/logout");
allowedPaths.add("auth/register");
allowedPaths.add("auth/signup/shop-owner");
allowedPaths.add("auth/users/profile");
allowedPaths.add("users/profile");
allowedPaths.add("users/profile/with/role");
allowedPaths.add("countries");
allowedPaths.add("countries");
Expand Down

0 comments on commit f16662a

Please sign in to comment.