Skip to content

Commit

Permalink
Disable security for testing support controller (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
sabahirfan authored Jan 30, 2024
1 parent f1dc96d commit dd56f1e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public class SecurityConfig {
"/internal-user/login-or-refresh",
"/internal-user/logout",
"/internal-user/handle-oauth-code",
"/api/testing-support",
"/api/testing-support/**",
"/"
};

Expand Down

0 comments on commit dd56f1e

Please sign in to comment.